#CCDDDC

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

Shades of Zumthor #CCDDDC

Tints of Zumthor #CCDDDC

Color information

#CCDDDC (or 0xCCDDDC) is unknown color: approx Zumthor. HEX triplet: CC, DD and DC. RGB value is (204,221,220). Sum of RGB (Red+Green+Blue) = 204+221+220=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDDC is #332223. Grayscale: #D7D7D7. Windows color (decimal): -3351076 or 14474700. OLE color: 14474700.

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

Color convert

RGB204221220-
CMYK0.0800.000.13
HSL176.47º20%83.33%-
HSV(B)176.47º7.69%86.67%-
XYZ63.6869.7277.81-
YUV215.8130.37119.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=31.63%
G=34.26%
B=34.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042212200.0800.000.13176.472083.33
HexCCDDDC800Db01453
Octal31433533410001526024123
Binary110011001101110111011100100000110110110000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDDC; }

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

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

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

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

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

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

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

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