Html Css Color HEX #EFDFEB Snuff

📋 copy color: '#EFDFEB'

red 239 ◦ green 223 ◦ blue 235

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

Shades of Snuff #EFDFEB

Tints of Snuff #EFDFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.99%

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

R = 34.29%
G = 31.99%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFDFEB (or 0xEFDFEB) is known color: Snuff. HEX triplet: EF, DF and EB. RGB value is (239,223,235). Sum of RGB (Red+Green+Blue) = 239+223+235=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFEB is #102014. Grayscale: #E5E5E5. Windows color (decimal): -1056789 or 15458287. OLE color: 15458287.

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

Color convert

RGB 239 223 235 -
CMYK 0 0.07 0.02 0.06
HSL 315º 0.33% 0.91% -
HSV(B) 315º 0.07% 0.94% -
XYZ 76.98 77.12 89.43 -
YUV 229.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 239 223 235 0 0.07 0.02 0.06 315 0.33 0.91
Hex EF DF EB 0 7 2 6 13B 21 5B
Octal 357 337 353 0 7 2 6 473 41 133
Binary 11101111 11011111 11101011 0 111 10 110 100111011 100001 1011011

Color Harmonies of #EFDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFEB

Black with #EFDFEB

Text Example


Text Example

White with #EFDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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