#C9CDDA

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

Shades of Link Water #C9CDDA

Tints of Link Water #C9CDDA

Color information

#C9CDDA (or 0xC9CDDA) is unknown color: approx Link Water. HEX triplet: C9, CD and DA. RGB value is (201,205,218). Sum of RGB (Red+Green+Blue) = 201+205+218=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDDA is #363225. Grayscale: #CDCDCD. Windows color (decimal): -3551782 or 14339529. OLE color: 14339529.

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

Color convert

RGB201205218-
CMYK0.080.0600.15
HSL225.88º18.68%82.16%-
HSV(B)225.88º7.8%85.49%-
XYZ58.5761.1475.04-
YUV205.29135.17124.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.21%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=32.21%
G=32.85%
B=34.94%

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
Decimal2012052180.080.0600.15225.8818.6882.16
HexC9CDDA860Fe21352
Octal31131533210601734223122
Binary11001001110011011101101010001100111111100010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CDDA; }

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

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

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

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

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

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

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

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