#CCD2D8

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

Shades of Link Water #CCD2D8

Tints of Link Water #CCD2D8

Color information

#CCD2D8 (or 0xCCD2D8) is unknown color: approx Link Water. HEX triplet: CC, D2 and D8. RGB value is (204,210,216). Sum of RGB (Red+Green+Blue) = 204+210+216=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCD2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2D8 is #332D27. Grayscale: #D0D0D0. Windows color (decimal): -3353896 or 14209740. OLE color: 14209740.

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

Color convert

RGB204210216-
CMYK0.060.0300.15
HSL210º13.33%82.35%-
HSV(B)210º5.56%84.71%-
XYZ60.3463.8974.12-
YUV208.89132.01124.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 210 (82.42% from 255) = 33.33%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=32.38%
G=33.33%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042102160.060.0300.1521013.3382.35
HexCCD2D8630Fd2d52
Octal3143223306301732215122
Binary11001100110100101101100011011011111101001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2D8; }

 p { color: rgb(204,210,216); }

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

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

 a { background-color: rgb(204,210,216); }

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

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

 span { border-color: rgb(204,210,216); }

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