#EFCCE8

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

Shades of Snuff #EFCCE8

Tints of Snuff #EFCCE8

Color information

#EFCCE8 (or 0xEFCCE8) is unknown color: approx Snuff. HEX triplet: EF, CC and E8. RGB value is (239,204,232). Sum of RGB (Red+Green+Blue) = 239+204+232=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCE8 is #103317. Grayscale: #D9D9D9. Windows color (decimal): -1061656 or 15256815. OLE color: 15256815.

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

Color convert

RGB239204232-
CMYK00.150.030.06
HSL312º52.24%86.86%-
HSV(B)312º14.64%93.73%-
XYZ71.7567.3685.56-
YUV217.66136.1143.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 204 (80.08% from 255) = 30.22%
BLUE value IS 232 (91.02% from 255) = 34.37%
R=35.41%
G=30.22%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920423200.150.030.0631252.2486.86
HexEFCCE80F361383457
Octal3573143500173647064127
Binary11101111110011001110100001111111101001110001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCE8; }

 p { color: rgb(239,204,232); }

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

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

 a { background-color: rgb(239,204,232); }

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

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

 span { border-color: rgb(239,204,232); }

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