#CCDDDF

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

Shades of Zumthor #CCDDDF

Tints of Zumthor #CCDDDF

Color information

#CCDDDF (or 0xCCDDDF) is unknown color: approx Zumthor. HEX triplet: CC, DD and DF. RGB value is (204,221,223). Sum of RGB (Red+Green+Blue) = 204+221+223=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCDDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDDF is #332220. Grayscale: #D8D8D8. Windows color (decimal): -3351073 or 14671308. OLE color: 14671308.

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

Color convert

RGB204221223-
CMYK0.090.0100.13
HSL186.32º22.89%83.73%-
HSV(B)186.32º8.52%87.45%-
XYZ64.0869.8879.92-
YUV216.14131.87119.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 223 (87.5% from 255) = 34.41%
R=31.48%
G=34.10%
B=34.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042212230.090.0100.13186.3222.8983.73
HexCCDDDF910Dba1754
Octal31433533711101527227124
Binary110011001101110111011111100110110110111010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDDF; }

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

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

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

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

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

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

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

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