#CDCCBB

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

Shades of Moon Mist #CDCCBB

Tints of Moon Mist #CDCCBB

Color information

#CDCCBB (or 0xCDCCBB) is unknown color: approx Moon Mist. HEX triplet: CD, CC and BB. RGB value is (205,204,187). Sum of RGB (Red+Green+Blue) = 205+204+187=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCBB is #323344. Grayscale: #CACACA. Windows color (decimal): -3289925 or 12307661. OLE color: 12307661.

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

Color convert

RGB205204187-
CMYK00.000.090.20
HSL56.67º15.25%76.86%-
HSV(B)56.67º8.78%80.39%-
XYZ55.7459.7555.61-
YUV202.36119.33129.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=34.40%
G=34.23%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520418700.000.090.2056.6715.2576.86
HexCDCCBB0091439f4d
Octal3153142730011247117115
Binary1100110111001100101110110010011010011100111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCBB; }

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

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

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

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

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

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

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

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