#CDCBB0

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

Shades of Moon Mist #CDCBB0

Tints of Moon Mist #CDCBB0

Color information

#CDCBB0 (or 0xCDCBB0) is unknown color: approx Moon Mist. HEX triplet: CD, CB and B0. RGB value is (205,203,176). Sum of RGB (Red+Green+Blue) = 205+203+176=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCBB0 is #32344F. Grayscale: #C8C8C8. Windows color (decimal): -3290192 or 11586509. OLE color: 11586509.

HSL color Cylindrical-coordinate representation of color #CDCBB0: hue angle of 55.86º 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 #CDCBB0 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB205203176-
CMYK00.010.140.20
HSL55.86º22.48%74.71%-
HSV(B)55.86º14.15%80.39%-
XYZ54.3758.8349.56-
YUV200.52114.16131.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=35.10%
G=34.76%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520317600.010.140.2055.8622.4874.71
HexCDCBB001E1438164b
Octal3153132600116247026113
Binary11001101110010111011000001111010100111000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBB0; }

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

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

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

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

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

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

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

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