#CCD2D5

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

Shades of Link Water #CCD2D5

Tints of Link Water #CCD2D5

Color information

#CCD2D5 (or 0xCCD2D5) is unknown color: approx Link Water. HEX triplet: CC, D2 and D5. RGB value is (204,210,213). Sum of RGB (Red+Green+Blue) = 204+210+213=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCD2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2D5 is #332D2A. Grayscale: #D0D0D0. Windows color (decimal): -3353899 or 14013132. OLE color: 14013132.

HSL color Cylindrical-coordinate representation of color #CCD2D5: hue angle of 200º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD2D5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204210213-
CMYK0.040.0100.16
HSL200º9.68%81.76%-
HSV(B)200º4.23%83.53%-
XYZ59.9663.7372.09-
YUV208.55130.51124.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 210 (82.42% from 255) = 33.49%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=32.54%
G=33.49%
B=33.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042102130.040.0100.162009.6881.76
HexCCD2D541010c8a52
Octal3143223254102031012122
Binary11001100110100101101010110010100001100100010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2D5; }

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

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

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

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

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

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

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

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