Html Css Color HEX #EDD7EA Snuff

📋 copy color: '#EDD7EA'

red 237 ◦ green 215 ◦ blue 234

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

Shades of Snuff #EDD7EA

Tints of Snuff #EDD7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.34%

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

R = 34.55%
G = 31.34%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDD7EA (or 0xEDD7EA) is known color: Snuff. HEX triplet: ED, D7 and EA. RGB value is (237,215,234). Sum of RGB (Red+Green+Blue) = 237+215+234=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7EA is #122815. Grayscale: #DFDFDF. Windows color (decimal): -1189910 or 15390701. OLE color: 15390701.

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

Color convert

RGB 237 215 234 -
CMYK 0 0.09 0.01 0.07
HSL 308.18º 0.38% 0.89% -
HSV(B) 308.18º 0.09% 0.93% -
XYZ 74.08 72.55 87.94 -
YUV 223.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 237 215 234 0 0.09 0.01 0.07 308.18 0.38 0.89
Hex ED D7 EA 0 9 1 7 134 26 59
Octal 355 327 352 0 11 1 7 464 46 131
Binary 11101101 11010111 11101010 0 1001 1 111 100110100 100110 1011001

Color Harmonies of #EDD7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7EA

Black with #EDD7EA

Text Example


Text Example

White with #EDD7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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