#C8CDDC

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

Shades of Link Water #C8CDDC

Tints of Link Water #C8CDDC

Color information

#C8CDDC (or 0xC8CDDC) is unknown color: approx Link Water. HEX triplet: C8, CD and DC. RGB value is (200,205,220). Sum of RGB (Red+Green+Blue) = 200+205+220=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDDC is #373223. Grayscale: #CDCDCD. Windows color (decimal): -3617316 or 14470600. OLE color: 14470600.

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

Color convert

RGB200205220-
CMYK0.090.0700.14
HSL225º22.22%82.35%-
HSV(B)225º9.09%86.27%-
XYZ58.5761.1176.42-
YUV205.22136.34124.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=32%
G=32.8%
B=35.2%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002052200.090.0700.1422522.2282.35
HexC8CDDC970Ee11652
Octal31031533411701634126122
Binary11001000110011011101110010011110111011100001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CDDC; }

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

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

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

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

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

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

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

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