#CDD4DA

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

Shades of Link Water #CDD4DA

Tints of Link Water #CDD4DA

Color information

#CDD4DA (or 0xCDD4DA) is unknown color: approx Link Water. HEX triplet: CD, D4 and DA. RGB value is (205,212,218). Sum of RGB (Red+Green+Blue) = 205+212+218=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD4DA is #322B25. Grayscale: #D2D2D2. Windows color (decimal): -3287846 or 14341325. OLE color: 14341325.

HSL color Cylindrical-coordinate representation of color #CDD4DA: hue angle of 207.69º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDD4DA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205212218-
CMYK0.060.0300.15
HSL207.69º14.94%82.94%-
HSV(B)207.69º5.96%85.49%-
XYZ61.3865.1375.67-
YUV210.59132.18124.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.28%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=32.28%
G=33.39%
B=34.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052122180.060.0300.15207.6914.9482.94
HexCDD4DA630Fd0f53
Octal3153243326301732017123
Binary11001101110101001101101011011011111101000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4DA; }

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

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

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

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

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

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

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

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