#CDD5DF

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

Shades of Link Water #CDD5DF

Tints of Link Water #CDD5DF

Color information

#CDD5DF (or 0xCDD5DF) is unknown color: approx Link Water. HEX triplet: CD, D5 and DF. RGB value is (205,213,223). Sum of RGB (Red+Green+Blue) = 205+213+223=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDD5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5DF is #322A20. Grayscale: #D3D3D3. Windows color (decimal): -3287585 or 14669261. OLE color: 14669261.

HSL color Cylindrical-coordinate representation of color #CDD5DF: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDD5DF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205213223-
CMYK0.080.0400.13
HSL213.33º21.95%83.92%-
HSV(B)213.33º8.07%87.45%-
XYZ62.2965.979.25-
YUV211.75134.35123.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 213 (83.59% from 255) = 33.23%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=31.98%
G=33.23%
B=34.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052132230.080.0400.13213.3321.9583.92
HexCDD5DF840Dd51654
Octal31532533710401532526124
Binary11001101110101011101111110001000110111010101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5DF; }

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

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

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

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

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

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

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

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