#CFCEBB

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

Shades of Moon Mist #CFCEBB

Tints of Moon Mist #CFCEBB

Color information

#CFCEBB (or 0xCFCEBB) is unknown color: approx Moon Mist. HEX triplet: CF, CE and BB. RGB value is (207,206,187). Sum of RGB (Red+Green+Blue) = 207+206+187=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEBB is #303144. Grayscale: #CCCCCC. Windows color (decimal): -3158341 or 12308175. OLE color: 12308175.

HSL color Cylindrical-coordinate representation of color #CFCEBB: hue angle of 57º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFCEBB is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207206187-
CMYK00.000.100.19
HSL57º17.24%77.25%-
HSV(B)57º9.66%81.18%-
XYZ56.776155.79-
YUV204.13118.33130.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 206 (80.86% from 255) = 34.33%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=34.5%
G=34.33%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720618700.000.100.195717.2477.25
HexCFCEBB00A1339114d
Octal3173162730012237121115
Binary11001111110011101011101100101010011111001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEBB; }

 p { color: rgb(207,206,187); }

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

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

 a { background-color: rgb(207,206,187); }

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

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

 span { border-color: rgb(207,206,187); }

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