#CCDCDB

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

Shades of Zumthor #CCDCDB

Tints of Zumthor #CCDCDB

Color information

#CCDCDB (or 0xCCDCDB) is unknown color: approx Zumthor. HEX triplet: CC, DC and DB. RGB value is (204,220,219). Sum of RGB (Red+Green+Blue) = 204+220+219=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCDB is #332324. Grayscale: #D7D7D7. Windows color (decimal): -3351333 or 14408908. OLE color: 14408908.

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

Color convert

RGB204220219-
CMYK0.0700.000.14
HSL176.25º18.6%83.14%-
HSV(B)176.25º7.27%86.27%-
XYZ63.2869.1477.03-
YUV215.1130.2120.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 219 (85.94% from 255) = 34.06%
R=31.73%
G=34.21%
B=34.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042202190.0700.000.14176.2518.683.14
HexCCDCDB700Eb01353
Octal3143343337001626023123
Binary11001100110111001101101111100111010110000100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCDB; }

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

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

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

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

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

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

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

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