Html Css Color HEX #EDDFEA Snuff

📋 copy color: '#EDDFEA'

red 237 ◦ green 223 ◦ blue 234

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

Shades of Snuff #EDDFEA

Tints of Snuff #EDDFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.72%

R = 34.15%
G = 32.13%
B = 33.72%

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

#EDDFEA (or 0xEDDFEA) is known color: Snuff. HEX triplet: ED, DF and EA. RGB value is (237,223,234). Sum of RGB (Red+Green+Blue) = 237+223+234=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFEA is #122015. Grayscale: #E4E4E4. Windows color (decimal): -1187862 or 15392749. OLE color: 15392749.

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

Color convert

RGB 237 223 234 -
CMYK 0 0.06 0.01 0.07
HSL 312.86º 0.28% 0.9% -
HSV(B) 312.86º 0.06% 0.93% -
XYZ 76.16 76.72 88.64 -
YUV 228.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 237 223 234 0 0.06 0.01 0.07 312.86 0.28 0.9
Hex ED DF EA 0 6 1 7 139 1C 5A
Octal 355 337 352 0 6 1 7 471 34 132
Binary 11101101 11011111 11101010 0 110 1 111 100111001 11100 1011010

Color Harmonies of #EDDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFEA

Black with #EDDFEA

Text Example


Text Example

White with #EDDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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