#CDD4DC

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

Shades of Link Water #CDD4DC

Tints of Link Water #CDD4DC

Color information

#CDD4DC (or 0xCDD4DC) is unknown color: approx Link Water. HEX triplet: CD, D4 and DC. RGB value is (205,212,220). Sum of RGB (Red+Green+Blue) = 205+212+220=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDD4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD4DC is #322B23. Grayscale: #D2D2D2. Windows color (decimal): -3287844 or 14472397. OLE color: 14472397.

HSL color Cylindrical-coordinate representation of color #CDD4DC: hue angle of 212º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDD4DC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205212220-
CMYK0.070.0400.14
HSL212º17.65%83.33%-
HSV(B)212º6.82%86.27%-
XYZ61.6465.2377.05-
YUV210.82133.18123.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=32.18%
G=33.28%
B=34.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052122200.070.0400.1421217.6583.33
HexCDD4DC740Ed41253
Octal3153243347401632422123
Binary1100110111010100110111001111000111011010100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4DC; }

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

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

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

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

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

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

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

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