#EFCAEE

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

Shades of Snuff #EFCAEE

Tints of Snuff #EFCAEE

Color information

#EFCAEE (or 0xEFCAEE) is unknown color: approx Snuff. HEX triplet: EF, CA and EE. RGB value is (239,202,238). Sum of RGB (Red+Green+Blue) = 239+202+238=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAEE is #103511. Grayscale: #D9D9D9. Windows color (decimal): -1062162 or 15649519. OLE color: 15649519.

HSL color Cylindrical-coordinate representation of color #EFCAEE: hue angle of 301.62º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCAEE is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239202238-
CMYK00.150.000.06
HSL301.62º53.62%86.47%-
HSV(B)301.62º15.48%93.73%-
XYZ72.1566.7689.97-
YUV217.17139.76143.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 202 (79.30% from 255) = 29.75%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=35.20%
G=29.75%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920223800.150.000.06301.6253.6286.47
HexEFCAEE0F0612e3656
Octal3573123560170645666126
Binary1110111111001010111011100111101101001011101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAEE; }

 p { color: rgb(239,202,238); }

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

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

 a { background-color: rgb(239,202,238); }

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

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

 span { border-color: rgb(239,202,238); }

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