#CCDCDA

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

Shades of Zumthor #CCDCDA

Tints of Zumthor #CCDCDA

Color information

#CCDCDA (or 0xCCDCDA) is unknown color: approx Zumthor. HEX triplet: CC, DC and DA. RGB value is (204,220,218). Sum of RGB (Red+Green+Blue) = 204+220+218=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCDA is #332325. Grayscale: #D6D6D6. Windows color (decimal): -3351334 or 14343372. OLE color: 14343372.

HSL color Cylindrical-coordinate representation of color #CCDCDA: hue angle of 172.5º 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 #CCDCDA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB204220218-
CMYK0.0700.010.14
HSL172.5º18.6%83.14%-
HSV(B)172.5º7.27%86.27%-
XYZ63.1569.0976.34-
YUV214.99129.7120.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=31.78%
G=34.27%
B=33.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042202180.0700.010.14172.518.683.14
HexCCDCDA701Eac1353
Octal3143343327011625423123
Binary11001100110111001101101011101111010101100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCDA; }

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

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

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

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

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

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

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

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