Html Css Color HEX #EEDFEB Snuff

📋 copy color: '#EEDFEB'

red 238 ◦ green 223 ◦ blue 235

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

Shades of Snuff #EEDFEB

Tints of Snuff #EEDFEB

RGB

 RED value IS 238 (93.36% from 255) = 34.2%

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

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

R = 34.2%
G = 32.04%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEDFEB (or 0xEEDFEB) is known color: Snuff. HEX triplet: EE, DF and EB. RGB value is (238,223,235). Sum of RGB (Red+Green+Blue) = 238+223+235=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFEB is #112014. Grayscale: #E4E4E4. Windows color (decimal): -1122325 or 15458286. OLE color: 15458286.

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

Color convert

RGB 238 223 235 -
CMYK 0 0.06 0.01 0.07
HSL 312º 0.31% 0.9% -
HSV(B) 312º 0.06% 0.93% -
XYZ 76.64 76.95 89.41 -
YUV 228.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 238 223 235 0 0.06 0.01 0.07 312 0.31 0.9
Hex EE DF EB 0 6 1 7 138 1F 5A
Octal 356 337 353 0 6 1 7 470 37 132
Binary 11101110 11011111 11101011 0 110 1 111 100111000 11111 1011010

Color Harmonies of #EEDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFEB

Black with #EEDFEB

Text Example


Text Example

White with #EEDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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