#C5CCDD

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

Shades of Link Water #C5CCDD

Tints of Link Water #C5CCDD

Color information

#C5CCDD (or 0xC5CCDD) is unknown color: approx Link Water. HEX triplet: C5, CC and DD. RGB value is (197,204,221). Sum of RGB (Red+Green+Blue) = 197+204+221=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCDD is #3A3322. Grayscale: #CBCBCB. Windows color (decimal): -3814179 or 14535877. OLE color: 14535877.

HSL color Cylindrical-coordinate representation of color #C5CCDD: hue angle of 222.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CCDD is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197204221-
CMYK0.110.0800.13
HSL222.5º26.09%81.96%-
HSV(B)222.5º10.86%86.67%-
XYZ57.6760.2877-
YUV203.84137.68123.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.67%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=31.67%
G=32.80%
B=35.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972042210.110.0800.13222.526.0981.96
HexC5CCDDB80Dde1a52
Octal305314335131001533632122
Binary110001011100110011011101101110000110111011110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCDD; }

 p { color: rgb(197,204,221); }

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

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

 a { background-color: rgb(197,204,221); }

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

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

 span { border-color: rgb(197,204,221); }

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