Html Css Color HEX #EFDEEB Snuff

📋 copy color: '#EFDEEB'

red 239 ◦ green 222 ◦ blue 235

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

Shades of Snuff #EFDEEB

Tints of Snuff #EFDEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.9%

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

R = 34.34%
G = 31.9%
B = 33.76%

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

#EFDEEB (or 0xEFDEEB) is known color: Snuff. HEX triplet: EF, DE and EB. RGB value is (239,222,235). Sum of RGB (Red+Green+Blue) = 239+222+235=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEEB is #102114. Grayscale: #E4E4E4. Windows color (decimal): -1057045 or 15458031. OLE color: 15458031.

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

Color convert

RGB 239 222 235 -
CMYK 0 0.07 0.02 0.06
HSL 314.12º 0.35% 0.9% -
HSV(B) 314.12º 0.07% 0.94% -
XYZ 76.71 76.59 89.34 -
YUV 228.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 239 222 235 0 0.07 0.02 0.06 314.12 0.35 0.9
Hex EF DE EB 0 7 2 6 13A 23 5A
Octal 357 336 353 0 7 2 6 472 43 132
Binary 11101111 11011110 11101011 0 111 10 110 100111010 100011 1011010

Color Harmonies of #EFDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEEB

Black with #EFDEEB

Text Example


Text Example

White with #EFDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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