Html Css Color HEX #EDDFE9 Snuff

📋 copy color: '#EDDFE9'

red 237 ◦ green 223 ◦ blue 233

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

Shades of Snuff #EDDFE9

Tints of Snuff #EDDFE9

RGB

 RED value IS 237 (92.97% from 255) = 34.2%

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

 BLUE value IS 233 (91.41% from 255) = 33.62%

R = 34.2%
G = 32.18%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDDFE9 (or 0xEDDFE9) is known color: Snuff. HEX triplet: ED, DF and E9. RGB value is (237,223,233). Sum of RGB (Red+Green+Blue) = 237+223+233=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFE9 is #122016. Grayscale: #E4E4E4. Windows color (decimal): -1187863 or 15327213. OLE color: 15327213.

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

Color convert

RGB 237 223 233 -
CMYK 0 0.06 0.02 0.07
HSL 317.14º 0.28% 0.9% -
HSV(B) 317.14º 0.06% 0.93% -
XYZ 76.02 76.66 87.88 -
YUV 228.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 237 223 233 0 0.06 0.02 0.07 317.14 0.28 0.9
Hex ED DF E9 0 6 2 7 13D 1C 5A
Octal 355 337 351 0 6 2 7 475 34 132
Binary 11101101 11011111 11101001 0 110 10 111 100111101 11100 1011010

Color Harmonies of #EDDFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFE9

Black with #EDDFE9

Text Example


Text Example

White with #EDDFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFE9; }

 p { color: rgb(237,223,233); }

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

background-color css

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

 a { background-color: rgb(237,223,233); }

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

border-color css

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

 span { border-color: rgb(237,223,233); }

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