#CCDCDE

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

Shades of Zumthor #CCDCDE

Tints of Zumthor #CCDCDE

Color information

#CCDCDE (or 0xCCDCDE) is unknown color: approx Zumthor. HEX triplet: CC, DC and DE. RGB value is (204,220,222). Sum of RGB (Red+Green+Blue) = 204+220+222=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCDE is #332321. Grayscale: #D7D7D7. Windows color (decimal): -3351330 or 14605516. OLE color: 14605516.

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

Color convert

RGB204220222-
CMYK0.080.0100.13
HSL186.67º21.43%83.53%-
HSV(B)186.67º8.11%87.06%-
XYZ63.6869.379.13-
YUV215.44131.7119.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.58%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 222 (87.11% from 255) = 34.37%
R=31.58%
G=34.06%
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
Decimal2042202220.080.0100.13186.6721.4383.53
HexCCDCDE810Dbb1554
Octal31433433610101527325124
Binary110011001101110011011110100010110110111011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCDE; }

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

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

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

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

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

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

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

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