Html Css Color HEX #EFCFEB Snuff

📋 copy color: '#EFCFEB'

red 239 ◦ green 207 ◦ blue 235

#EFCFEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #EFCFEB

Tints of Snuff #EFCFEB

RGB

 RED value IS 239 (93.75% from 255) = 35.1%

 GREEN value IS 207 (81.25% from 255) = 30.4%

 BLUE value IS 235 (92.19% from 255) = 34.51%

R = 35.1%
G = 30.4%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFCFEB (or 0xEFCFEB) is known color: Snuff. HEX triplet: EF, CF and EB. RGB value is (239,207,235). Sum of RGB (Red+Green+Blue) = 239+207+235=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFEB is #103014. Grayscale: #DBDBDB. Windows color (decimal): -1060885 or 15454191. OLE color: 15454191.

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

Color convert

RGB 239 207 235 -
CMYK 0 0.13 0.02 0.06
HSL 307.5º 0.5% 0.87% -
HSV(B) 307.5º 0.13% 0.94% -
XYZ 72.9 68.97 88.07 -
YUV 219.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 239 207 235 0 0.13 0.02 0.06 307.5 0.5 0.87
Hex EF CF EB 0 D 2 6 134 32 57
Octal 357 317 353 0 15 2 6 464 62 127
Binary 11101111 11001111 11101011 0 1101 10 110 100110100 110010 1010111

Color Harmonies of #EFCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFEB

Black with #EFCFEB

Text Example


Text Example

White with #EFCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFEB; }

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

 H1.HeaderClassName
 {
   color: #EFCFEB;
 }
 .AnyTagClassName
 {
   color: #EFCFEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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