#CDD5DC

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

Shades of Link Water #CDD5DC

Tints of Link Water #CDD5DC

Color information

#CDD5DC (or 0xCDD5DC) is unknown color: approx Link Water. HEX triplet: CD, D5 and DC. RGB value is (205,213,220). Sum of RGB (Red+Green+Blue) = 205+213+220=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5DC is #322A23. Grayscale: #D3D3D3. Windows color (decimal): -3287588 or 14472653. OLE color: 14472653.

HSL color Cylindrical-coordinate representation of color #CDD5DC: hue angle of 208º 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 #CDD5DC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205213220-
CMYK0.070.0300.14
HSL208º17.65%83.33%-
HSV(B)208º6.82%86.27%-
XYZ61.8965.7377.14-
YUV211.41132.85123.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=32.13%
G=33.39%
B=34.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052132200.070.0300.1420817.6583.33
HexCDD5DC730Ed01253
Octal3153253347301632022123
Binary110011011101010111011100111110111011010000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5DC; }

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

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

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

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

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

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

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

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