#CDD1D4

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

Shades of Link Water #CDD1D4

Tints of Link Water #CDD1D4

Color information

#CDD1D4 (or 0xCDD1D4) is unknown color: approx Link Water. HEX triplet: CD, D1 and D4. RGB value is (205,209,212). Sum of RGB (Red+Green+Blue) = 205+209+212=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDD1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1D4 is #322E2B. Grayscale: #D0D0D0. Windows color (decimal): -3288620 or 13947341. OLE color: 13947341.

HSL color Cylindrical-coordinate representation of color #CDD1D4: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDD1D4 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205209212-
CMYK0.030.0100.17
HSL205.71º7.53%81.76%-
HSV(B)205.71º3.3%83.14%-
XYZ59.8663.3371.36-
YUV208.15130.17125.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 212 (83.20% from 255) = 33.87%
R=32.75%
G=33.39%
B=33.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052092120.030.0100.17205.717.5381.76
HexCDD1D431011ce852
Octal3153213243102131610122
Binary1100110111010001110101001110100011100111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1D4; }

 p { color: rgb(205,209,212); }

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

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

 a { background-color: rgb(205,209,212); }

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

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

 span { border-color: rgb(205,209,212); }

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