#CCDEDE

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

Shades of Zumthor #CCDEDE

Tints of Zumthor #CCDEDE

Color information

#CCDEDE (or 0xCCDEDE) is unknown color: approx Zumthor. HEX triplet: CC, DE and DE. RGB value is (204,222,222). Sum of RGB (Red+Green+Blue) = 204+222+222=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #CCDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEDE is #332121. Grayscale: #D8D8D8. Windows color (decimal): -3350818 or 14606028. OLE color: 14606028.

HSL color Cylindrical-coordinate representation of color #CCDEDE: hue angle of 180º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDEDE is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204222222-
CMYK0.08000.13
HSL180º21.43%83.53%-
HSV(B)180º8.11%87.06%-
XYZ64.2170.3579.3-
YUV216.62131.04119-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 222 (87.11% from 255) = 34.26%
R=31.48%
G=34.26%
B=34.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042222220.08000.1318021.4383.53
HexCCDEDE800Db41554
Octal31433633610001526425124
Binary110011001101111011011110100000110110110100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEDE; }

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

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

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

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

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

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

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

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