#CDD1DA

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

Shades of Link Water #CDD1DA

Tints of Link Water #CDD1DA

Color information

#CDD1DA (or 0xCDD1DA) is unknown color: approx Link Water. HEX triplet: CD, D1 and DA. RGB value is (205,209,218). Sum of RGB (Red+Green+Blue) = 205+209+218=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1DA is #322E25. Grayscale: #D0D0D0. Windows color (decimal): -3288614 or 14340557. OLE color: 14340557.

HSL color Cylindrical-coordinate representation of color #CDD1DA: hue angle of 221.54º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDD1DA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205209218-
CMYK0.060.0400.15
HSL221.54º14.94%82.94%-
HSV(B)221.54º5.96%85.49%-
XYZ60.6363.6475.42-
YUV208.83133.17125.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=32.44%
G=33.07%
B=34.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052092180.060.0400.15221.5414.9482.94
HexCDD1DA640Fdef53
Octal3153213326401733617123
Binary110011011101000111011010110100011111101111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1DA; }

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

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

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

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

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

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

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

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