#CCD3DD

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

Shades of Link Water #CCD3DD

Tints of Link Water #CCD3DD

Color information

#CCD3DD (or 0xCCD3DD) is unknown color: approx Link Water. HEX triplet: CC, D3 and DD. RGB value is (204,211,221). Sum of RGB (Red+Green+Blue) = 204+211+221=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3DD is #332C22. Grayscale: #D2D2D2. Windows color (decimal): -3353635 or 14537676. OLE color: 14537676.

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

Color convert

RGB204211221-
CMYK0.080.0500.13
HSL215.29º20%83.33%-
HSV(B)215.29º7.69%86.67%-
XYZ61.2564.6577.66-
YUV210.05134.18123.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 211 (82.81% from 255) = 33.18%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=32.08%
G=33.18%
B=34.75%

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
Decimal2042112210.080.0500.13215.292083.33
HexCCD3DD850Dd71453
Octal31432333510501532724123
Binary11001100110100111101110110001010110111010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3DD; }

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

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

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

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

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

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

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

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