#CDD7DF

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

Shades of Link Water #CDD7DF

Tints of Link Water #CDD7DF

Color information

#CDD7DF (or 0xCDD7DF) is unknown color: approx Link Water. HEX triplet: CD, D7 and DF. RGB value is (205,215,223). Sum of RGB (Red+Green+Blue) = 205+215+223=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7DF is #322820. Grayscale: #D4D4D4. Windows color (decimal): -3287073 or 14669773. OLE color: 14669773.

HSL color Cylindrical-coordinate representation of color #CDD7DF: hue angle of 206.67º 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 #CDD7DF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205215223-
CMYK0.080.0400.13
HSL206.67º21.95%83.92%-
HSV(B)206.67º8.07%87.45%-
XYZ62.866.9179.42-
YUV212.92133.69122.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 215 (84.38% from 255) = 33.44%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=31.88%
G=33.44%
B=34.68%

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
Decimal2052152230.080.0400.13206.6721.9583.92
HexCDD7DF840Dcf1654
Octal31532733710401531726124
Binary11001101110101111101111110001000110111001111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7DF; }

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

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

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

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

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

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

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

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