#CDCCB4

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

Shades of Moon Mist #CDCCB4

Tints of Moon Mist #CDCCB4

Color information

#CDCCB4 (or 0xCDCCB4) is unknown color: approx Moon Mist. HEX triplet: CD, CC and B4. RGB value is (205,204,180). Sum of RGB (Red+Green+Blue) = 205+204+180=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCB4 is #32334B. Grayscale: #C9C9C9. Windows color (decimal): -3289932 or 11848909. OLE color: 11848909.

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

Color convert

RGB205204180-
CMYK00.000.120.20
HSL57.6º20%75.49%-
HSV(B)57.6º12.2%80.39%-
XYZ55.0159.4651.76-
YUV201.56115.83130.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 180 (70.70% from 255) = 30.56%
R=34.80%
G=34.63%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520418000.000.120.2057.62075.49
HexCDCCB400C143a144b
Octal3153142640014247224113
Binary11001101110011001011010000110010100111010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCB4; }

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

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

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

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

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

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

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

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