#C6C8DC

Color #C6C8DC Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #C6C8DC

Tints of Periwinkle #C6C8DC

Color information

#C6C8DC (or 0xC6C8DC) is unknown color: approx Periwinkle. HEX triplet: C6, C8 and DC. RGB value is (198,200,220). Sum of RGB (Red+Green+Blue) = 198+200+220=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C8DC is #393723. Grayscale: #C9C9C9. Windows color (decimal): -3749668 or 14469318. OLE color: 14469318.

HSL color Cylindrical-coordinate representation of color #C6C8DC: hue angle of 234.55º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6C8DC is Cyan = 0.1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198200220-
CMYK0.10.0900.14
HSL234.55º23.91%81.96%-
HSV(B)234.55º10%86.27%-
XYZ56.8658.4876-
YUV201.68138.34125.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 32.04%
GREEN value IS 200 (78.52% from 255) = 32.36%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=32.04%
G=32.36%
B=35.60%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982002200.10.0900.14234.5523.9181.96
HexC6C8DCA90Eeb1852
Octal306310334121101635330122
Binary110001101100100011011100101010010111011101011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C8DC; }

 p { color: rgb(198,200,220); }

 H1.HeaderClassName
 {
   color: #C6C8DC;
 }
 .AnyTagClassName
 {
   color: #C6C8DC;
 }
</style>
background-color css

<style>
 a { background-color: #C6C8DC; }

 a { background-color: rgb(198,200,220); }

 div.DivClassName
 {
   background-color: #C6C8DC;
 }
 .BgClassName
 {
   background-color: #C6C8DC;
 }
</style>
border-color css

<style>
 span { border-color: #C6C8DC; }

 span { border-color: rgb(198,200,220); }

 td.TdClassName
 {
   border-color: #C6C8DC;
 }
 .TagClassName
 {
   border-color: #C6C8DC;
 }
</style>