#C8CCDA

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

Shades of Link Water #C8CCDA

Tints of Link Water #C8CCDA

Color information

#C8CCDA (or 0xC8CCDA) is unknown color: approx Link Water. HEX triplet: C8, CC and DA. RGB value is (200,204,218). Sum of RGB (Red+Green+Blue) = 200+204+218=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCDA is #373325. Grayscale: #CCCCCC. Windows color (decimal): -3617574 or 14339272. OLE color: 14339272.

HSL color Cylindrical-coordinate representation of color #C8CCDA: hue angle of 226.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8CCDA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200204218-
CMYK0.080.0600.15
HSL226.67º19.57%81.96%-
HSV(B)226.67º8.26%85.49%-
XYZ58.0760.5374.95-
YUV204.4135.67124.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.15%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 218 (85.55% from 255) = 35.05%
R=32.15%
G=32.80%
B=35.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002042180.080.0600.15226.6719.5781.96
HexC8CCDA860Fe31452
Octal31031433210601734324122
Binary11001000110011001101101010001100111111100011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCDA; }

 p { color: rgb(200,204,218); }

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

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

 a { background-color: rgb(200,204,218); }

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

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

 span { border-color: rgb(200,204,218); }

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