#CCDADE

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

Shades of Zumthor #CCDADE

Tints of Zumthor #CCDADE

Color information

#CCDADE (or 0xCCDADE) is unknown color: approx Zumthor. HEX triplet: CC, DA and DE. RGB value is (204,218,222). Sum of RGB (Red+Green+Blue) = 204+218+222=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDADE is #332521. Grayscale: #D6D6D6. Windows color (decimal): -3351842 or 14605004. OLE color: 14605004.

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

Color convert

RGB204218222-
CMYK0.080.0200.13
HSL193.33º21.43%83.53%-
HSV(B)193.33º8.11%87.06%-
XYZ63.1668.2578.95-
YUV214.27132.36120.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=31.68%
G=33.85%
B=34.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042182220.080.0200.13193.3321.4383.53
HexCCDADE820Dc11554
Octal31433233610201530125124
Binary1100110011011010110111101000100110111000001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDADE; }

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

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

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

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

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

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

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

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