#C9CFDD

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

Shades of Link Water #C9CFDD

Tints of Link Water #C9CFDD

Color information

#C9CFDD (or 0xC9CFDD) is unknown color: approx Link Water. HEX triplet: C9, CF and DD. RGB value is (201,207,221). Sum of RGB (Red+Green+Blue) = 201+207+221=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFDD is #363022. Grayscale: #CECECE. Windows color (decimal): -3551267 or 14536649. OLE color: 14536649.

HSL color Cylindrical-coordinate representation of color #C9CFDD: hue angle of 222º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9CFDD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201207221-
CMYK0.090.0600.13
HSL222º22.73%82.75%-
HSV(B)222º9.05%86.67%-
XYZ59.4562.2677.29-
YUV206.8136.01123.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.96%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=31.96%
G=32.91%
B=35.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012072210.090.0600.1322222.7382.75
HexC9CFDD960Dde1753
Octal31131733511601533627123
Binary11001001110011111101110110011100110111011110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFDD; }

 p { color: rgb(201,207,221); }

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

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

 a { background-color: rgb(201,207,221); }

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

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

 span { border-color: rgb(201,207,221); }

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