#CCDCDC

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

Shades of Zumthor #CCDCDC

Tints of Zumthor #CCDCDC

Color information

#CCDCDC (or 0xCCDCDC) is unknown color: approx Zumthor. HEX triplet: CC, DC and DC. RGB value is (204,220,220). Sum of RGB (Red+Green+Blue) = 204+220+220=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #CCDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCDC is #332323. Grayscale: #D7D7D7. Windows color (decimal): -3351332 or 14474444. OLE color: 14474444.

HSL color Cylindrical-coordinate representation of color #CCDCDC: hue angle of 180º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCDCDC is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204220220-
CMYK0.07000.14
HSL180º18.6%83.14%-
HSV(B)180º7.27%86.27%-
XYZ63.4169.1977.72-
YUV215.22130.7120-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 220 (86.33% from 255) = 34.16%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=31.68%
G=34.16%
B=34.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042202200.07000.1418018.683.14
HexCCDCDC700Eb41353
Octal3143343347001626423123
Binary11001100110111001101110011100111010110100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCDC; }

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

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

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

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

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

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

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

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