#CCD1DD

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

Shades of Link Water #CCD1DD

Tints of Link Water #CCD1DD

Color information

#CCD1DD (or 0xCCD1DD) is unknown color: approx Link Water. HEX triplet: CC, D1 and DD. RGB value is (204,209,221). Sum of RGB (Red+Green+Blue) = 204+209+221=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1DD is #332E22. Grayscale: #D0D0D0. Windows color (decimal): -3354147 or 14537164. OLE color: 14537164.

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

Color convert

RGB204209221-
CMYK0.080.0500.13
HSL222.35º20%83.33%-
HSV(B)222.35º7.69%86.67%-
XYZ60.7563.6677.49-
YUV208.87134.84124.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 209 (82.03% from 255) = 32.97%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=32.18%
G=32.97%
B=34.86%

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
Decimal2042092210.080.0500.13222.352083.33
HexCCD1DD850Dde1453
Octal31432133510501533624123
Binary11001100110100011101110110001010110111011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1DD; }

 p { color: rgb(204,209,221); }

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

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

 a { background-color: rgb(204,209,221); }

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

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

 span { border-color: rgb(204,209,221); }

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