Html Css Color HEX #EEDFEC Snuff

📋 copy color: '#EEDFEC'

red 238 ◦ green 223 ◦ blue 236

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

Shades of Snuff #EEDFEC

Tints of Snuff #EEDFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.86%

R = 34.15%
G = 31.99%
B = 33.86%

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

#EEDFEC (or 0xEEDFEC) is known color: Snuff. HEX triplet: EE, DF and EC. RGB value is (238,223,236). Sum of RGB (Red+Green+Blue) = 238+223+236=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFEC is #112013. Grayscale: #E4E4E4. Windows color (decimal): -1122324 or 15523822. OLE color: 15523822.

HSL color Cylindrical-coordinate representation of color #EEDFEC: hue angle of 308º 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 #EEDFEC is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 223 236 -
CMYK 0 0.06 0.01 0.07
HSL 308º 0.31% 0.9% -
HSV(B) 308º 0.06% 0.93% -
XYZ 76.79 77.01 90.17 -
YUV 228.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 238 223 236 0 0.06 0.01 0.07 308 0.31 0.9
Hex EE DF EC 0 6 1 7 134 1F 5A
Octal 356 337 354 0 6 1 7 464 37 132
Binary 11101110 11011111 11101100 0 110 1 111 100110100 11111 1011010

Color Harmonies of #EEDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFEC

Black with #EEDFEC

Text Example


Text Example

White with #EEDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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