Html Css Color HEX #EDD7EE Snuff

📋 copy color: '#EDD7EE'

red 237 ◦ green 215 ◦ blue 238

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

Shades of Snuff #EDD7EE

Tints of Snuff #EDD7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.49%

R = 34.35%
G = 31.16%
B = 34.49%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDD7EE (or 0xEDD7EE) is known color: Snuff. HEX triplet: ED, D7 and EE. RGB value is (237,215,238). Sum of RGB (Red+Green+Blue) = 237+215+238=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDD7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7EE is #122811. Grayscale: #E0E0E0. Windows color (decimal): -1189906 or 15652845. OLE color: 15652845.

HSL color Cylindrical-coordinate representation of color #EDD7EE: hue angle of 297.39º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD7EE is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 238 -
CMYK 0.00 0.10 0 0.07
HSL 297.39º 0.4% 0.89% -
HSV(B) 297.39º 0.1% 0.93% -
XYZ 74.66 72.78 91 -
YUV 224.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 237 215 238 0.00 0.10 0 0.07 297.39 0.4 0.89
Hex ED D7 EE 0 A 0 7 129 28 59
Octal 355 327 356 0 12 0 7 451 50 131
Binary 11101101 11010111 11101110 0 1010 0 111 100101001 101000 1011001

Color Harmonies of #EDD7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7EE

Black with #EDD7EE

Text Example


Text Example

White with #EDD7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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