#CDCCC0

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

Shades of Moon Mist #CDCCC0

Tints of Moon Mist #CDCCC0

Color information

#CDCCC0 (or 0xCDCCC0) is unknown color: approx Moon Mist. HEX triplet: CD, CC and C0. RGB value is (205,204,192). Sum of RGB (Red+Green+Blue) = 205+204+192=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCC0 is #32333F. Grayscale: #CACACA. Windows color (decimal): -3289920 or 12635341. OLE color: 12635341.

HSL color Cylindrical-coordinate representation of color #CDCCC0: hue angle of 55.38º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDCCC0 is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205204192-
CMYK00.000.060.20
HSL55.38º11.5%77.84%-
HSV(B)55.38º6.34%80.39%-
XYZ56.2859.9758.48-
YUV202.93121.83129.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 192 (75.39% from 255) = 31.95%
R=34.11%
G=33.94%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520419200.000.060.2055.3811.577.84
HexCDCCC00061437c4e
Octal315314300006246714116
Binary110011011100110011000000001101010011011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCC0; }

 p { color: rgb(205,204,192); }

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

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

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

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

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

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

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