#CCD5D5

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

Shades of Zumthor #CCD5D5

Tints of Zumthor #CCD5D5

Color information

#CCD5D5 (or 0xCCD5D5) is unknown color: approx Zumthor. HEX triplet: CC, D5 and D5. RGB value is (204,213,213). Sum of RGB (Red+Green+Blue) = 204+213+213=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #CCD5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5D5 is #332A2A. Grayscale: #D2D2D2. Windows color (decimal): -3353131 or 14013900. OLE color: 14013900.

HSL color Cylindrical-coordinate representation of color #CCD5D5: hue angle of 180º 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 #CCD5D5 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204213213-
CMYK0.04000.16
HSL180º9.68%81.76%-
HSV(B)180º4.23%83.53%-
XYZ60.7165.2372.34-
YUV210.31129.52123.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=32.38%
G=33.81%
B=33.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042132130.04000.161809.6881.76
HexCCD5D540010b4a52
Octal3143253254002026412122
Binary11001100110101011101010110000100001011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5D5; }

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

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

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

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

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

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

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

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