#CCD6DD

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

Shades of Link Water #CCD6DD

Tints of Link Water #CCD6DD

Color information

#CCD6DD (or 0xCCD6DD) is unknown color: approx Link Water. HEX triplet: CC, D6 and DD. RGB value is (204,214,221). Sum of RGB (Red+Green+Blue) = 204+214+221=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6DD is #332922. Grayscale: #D3D3D3. Windows color (decimal): -3352867 or 14538444. OLE color: 14538444.

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

Color convert

RGB204214221-
CMYK0.080.0300.13
HSL204.71º20%83.33%-
HSV(B)204.71º7.69%86.67%-
XYZ6266.1577.91-
YUV211.81133.19122.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=31.92%
G=33.49%
B=34.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042142210.080.0300.13204.712083.33
HexCCD6DD830Dcd1453
Octal31432633510301531524123
Binary1100110011010110110111011000110110111001101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6DD; }

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

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

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

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

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

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

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

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