#C9CFDA

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

Shades of Link Water #C9CFDA

Tints of Link Water #C9CFDA

Color information

#C9CFDA (or 0xC9CFDA) is unknown color: approx Link Water. HEX triplet: C9, CF and DA. RGB value is (201,207,218). Sum of RGB (Red+Green+Blue) = 201+207+218=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFDA is #363025. Grayscale: #CECECE. Windows color (decimal): -3551270 or 14340041. OLE color: 14340041.

HSL color Cylindrical-coordinate representation of color #C9CFDA: hue angle of 218.82º degrees, saturation: 0.19, 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 #C9CFDA is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201207218-
CMYK0.080.0500.15
HSL218.82º18.68%82.16%-
HSV(B)218.82º7.8%85.49%-
XYZ59.0662.1175.2-
YUV206.46134.51124.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.11%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=32.11%
G=33.07%
B=34.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012072180.080.0500.15218.8218.6882.16
HexC9CFDA850Fdb1352
Octal31131733210501733323122
Binary11001001110011111101101010001010111111011011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFDA; }

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

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

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

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

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

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

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

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