#CCD1D1

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

Shades of Zumthor #CCD1D1

Tints of Zumthor #CCD1D1

Color information

#CCD1D1 (or 0xCCD1D1) is unknown color: approx Zumthor. HEX triplet: CC, D1 and D1. RGB value is (204,209,209). Sum of RGB (Red+Green+Blue) = 204+209+209=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #CCD1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1D1 is #332E2E. Grayscale: #CFCFCF. Windows color (decimal): -3354159 or 13750732. OLE color: 13750732.

HSL color Cylindrical-coordinate representation of color #CCD1D1: hue angle of 180º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCD1D1 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204209209-
CMYK0.02000.18
HSL180º5.15%80.98%-
HSV(B)180º2.39%81.96%-
XYZ59.2163.0469.37-
YUV207.5128.84125.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 209 (82.03% from 255) = 33.60%
BLUE value IS 209 (82.03% from 255) = 33.60%
R=32.80%
G=33.60%
B=33.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042092090.02000.181805.1580.98
HexCCD1D120012b4551
Octal314321321200222645121
Binary110011001101000111010001100010010101101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1D1; }

 p { color: rgb(204,209,209); }

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

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

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

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

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

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

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