#CDD1DC

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

Shades of Link Water #CDD1DC

Tints of Link Water #CDD1DC

Color information

#CDD1DC (or 0xCDD1DC) is unknown color: approx Link Water. HEX triplet: CD, D1 and DC. RGB value is (205,209,220). Sum of RGB (Red+Green+Blue) = 205+209+220=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1DC is #322E23. Grayscale: #D1D1D1. Windows color (decimal): -3288612 or 14471629. OLE color: 14471629.

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

Color convert

RGB205209220-
CMYK0.070.0500.14
HSL224º17.65%83.33%-
HSV(B)224º6.82%86.27%-
XYZ60.963.7576.81-
YUV209.06134.17125.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 209 (82.03% from 255) = 32.97%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=32.33%
G=32.97%
B=34.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052092200.070.0500.1422417.6583.33
HexCDD1DC750Ee01253
Octal3153213347501634022123
Binary1100110111010001110111001111010111011100000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1DC; }

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

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

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

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

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

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

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

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