#CCDADC

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

Shades of Zumthor #CCDADC

Tints of Zumthor #CCDADC

Color information

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

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

Color convert

RGB204218220-
CMYK0.070.0100.14
HSL187.5º18.6%83.14%-
HSV(B)187.5º7.27%86.27%-
XYZ62.8968.1577.55-
YUV214.04131.36120.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042182200.070.0100.14187.518.683.14
HexCCDADC710Ebc1353
Octal3143323347101627423123
Binary11001100110110101101110011110111010111100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDADC; }

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

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

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

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

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

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

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

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