#CDD4DF

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

Shades of Link Water #CDD4DF

Tints of Link Water #CDD4DF

Color information

#CDD4DF (or 0xCDD4DF) is unknown color: approx Link Water. HEX triplet: CD, D4 and DF. RGB value is (205,212,223). Sum of RGB (Red+Green+Blue) = 205+212+223=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDD4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD4DF is #322B20. Grayscale: #D3D3D3. Windows color (decimal): -3287841 or 14669005. OLE color: 14669005.

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

Color convert

RGB205212223-
CMYK0.080.0500.13
HSL216.67º21.95%83.92%-
HSV(B)216.67º8.07%87.45%-
XYZ62.0465.3979.16-
YUV211.16134.68123.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 212 (83.20% from 255) = 33.12%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=32.03%
G=33.12%
B=34.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052122230.080.0500.13216.6721.9583.92
HexCDD4DF850Dd91654
Octal31532433710501533126124
Binary11001101110101001101111110001010110111011001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4DF; }

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

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

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

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

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

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

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

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