#CCD3D3

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

Shades of Zumthor #CCD3D3

Tints of Zumthor #CCD3D3

Color information

#CCD3D3 (or 0xCCD3D3) is unknown color: approx Zumthor. HEX triplet: CC, D3 and D3. RGB value is (204,211,211). Sum of RGB (Red+Green+Blue) = 204+211+211=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 211 - color contains mainly: green, blue. Hex color #CCD3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3D3 is #332C2C. Grayscale: #D0D0D0. Windows color (decimal): -3353645 or 13882316. OLE color: 13882316.

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

Color convert

RGB204211211-
CMYK0.03000.17
HSL180º7.37%81.37%-
HSV(B)180º3.32%82.75%-
XYZ59.9564.1370.85-
YUV208.91129.18124.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 211 (82.81% from 255) = 33.71%
BLUE value IS 211 (82.81% from 255) = 33.71%
R=32.59%
G=33.71%
B=33.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042112110.03000.171807.3781.37
HexCCD3D330011b4751
Octal314323323300212647121
Binary110011001101001111010011110010001101101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3D3; }

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

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

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

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

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

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

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

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