#CDCCB0

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

Shades of Moon Mist #CDCCB0

Tints of Moon Mist #CDCCB0

Color information

#CDCCB0 (or 0xCDCCB0) is unknown color: approx Moon Mist. HEX triplet: CD, CC and B0. RGB value is (205,204,176). Sum of RGB (Red+Green+Blue) = 205+204+176=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCCB0 is #32334F. Grayscale: #C9C9C9. Windows color (decimal): -3289936 or 11586765. OLE color: 11586765.

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

Color convert

RGB205204176-
CMYK00.000.140.20
HSL57.93º22.48%74.71%-
HSV(B)57.93º14.15%80.39%-
XYZ54.6159.349.64-
YUV201.11113.83130.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=35.04%
G=34.87%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520417600.000.140.2057.9322.4874.71
HexCDCCB000E143a164b
Octal3153142600016247226113
Binary11001101110011001011000000111010100111010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCB0; }

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

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

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

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

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

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

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

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