#CCDDDD

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

Shades of Zumthor #CCDDDD

Tints of Zumthor #CCDDDD

Color information

#CCDDDD (or 0xCCDDDD) is unknown color: approx Zumthor. HEX triplet: CC, DD and DD. RGB value is (204,221,221). Sum of RGB (Red+Green+Blue) = 204+221+221=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #CCDDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDDD is #332222. Grayscale: #D7D7D7. Windows color (decimal): -3351075 or 14540236. OLE color: 14540236.

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

Color convert

RGB204221221-
CMYK0.08000.13
HSL180º20%83.33%-
HSV(B)180º7.69%86.67%-
XYZ63.8169.7778.51-
YUV215.92130.87119.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.58%
GREEN value IS 221 (86.72% from 255) = 34.21%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=31.58%
G=34.21%
B=34.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042212210.08000.131802083.33
HexCCDDDD800Db41453
Octal31433533510001526424123
Binary110011001101110111011101100000110110110100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDDD; }

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

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

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

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

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

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

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

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