#CCDADD

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

Shades of Zumthor #CCDADD

Tints of Zumthor #CCDADD

Color information

#CCDADD (or 0xCCDADD) is unknown color: approx Zumthor. HEX triplet: CC, DA and DD. RGB value is (204,218,221). Sum of RGB (Red+Green+Blue) = 204+218+221=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDADD is #332522. Grayscale: #D6D6D6. Windows color (decimal): -3351843 or 14539468. OLE color: 14539468.

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

Color convert

RGB204218221-
CMYK0.080.0100.13
HSL190.59º20%83.33%-
HSV(B)190.59º7.69%86.67%-
XYZ63.0268.278.25-
YUV214.16131.86120.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=31.73%
G=33.90%
B=34.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042182210.080.0100.13190.592083.33
HexCCDADD810Dbf1453
Octal31433233510101527724123
Binary110011001101101011011101100010110110111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDADD; }

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

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

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

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

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

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

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

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