#EFCEEB

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

Shades of Snuff #EFCEEB

Tints of Snuff #EFCEEB

Color information

#EFCEEB (or 0xEFCEEB) is unknown color: approx Snuff. HEX triplet: EF, CE and EB. RGB value is (239,206,235). Sum of RGB (Red+Green+Blue) = 239+206+235=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEEB is #103114. Grayscale: #DBDBDB. Windows color (decimal): -1061141 or 15453935. OLE color: 15453935.

HSL color Cylindrical-coordinate representation of color #EFCEEB: hue angle of 307.27º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCEEB is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239206235-
CMYK00.140.020.06
HSL307.27º50.77%87.25%-
HSV(B)307.27º13.81%93.73%-
XYZ72.6668.4987.99-
YUV219.17136.93142.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 206 (80.86% from 255) = 30.29%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=35.15%
G=30.29%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920623500.140.020.06307.2750.7787.25
HexEFCEEB0E261333357
Octal3573163530162646363127
Binary11101111110011101110101101110101101001100111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEEB; }

 p { color: rgb(239,206,235); }

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

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

 a { background-color: rgb(239,206,235); }

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

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

 span { border-color: rgb(239,206,235); }

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