Html Css Color HEX #EDD5EE Snuff

📋 copy color: '#EDD5EE'

red 237 ◦ green 213 ◦ blue 238

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

Shades of Snuff #EDD5EE

Tints of Snuff #EDD5EE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.96%

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

R = 34.45%
G = 30.96%
B = 34.59%

CMYK

 C value IS 0.00

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDD5EE (or 0xEDD5EE) is known color: Snuff. HEX triplet: ED, D5 and EE. RGB value is (237,213,238). Sum of RGB (Red+Green+Blue) = 237+213+238=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDD5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5EE is #122A11. Grayscale: #DEDEDE. Windows color (decimal): -1190418 or 15652333. OLE color: 15652333.

HSL color Cylindrical-coordinate representation of color #EDD5EE: hue angle of 297.6º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD5EE is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 238 -
CMYK 0.00 0.11 0 0.07
HSL 297.6º 0.42% 0.88% -
HSV(B) 297.6º 0.11% 0.93% -
XYZ 74.15 71.77 90.83 -
YUV 223.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 237 213 238 0.00 0.11 0 0.07 297.6 0.42 0.88
Hex ED D5 EE 0 B 0 7 12A 2A 58
Octal 355 325 356 0 13 0 7 452 52 130
Binary 11101101 11010101 11101110 0 1011 0 111 100101010 101010 1011000

Color Harmonies of #EDD5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5EE

Black with #EDD5EE

Text Example


Text Example

White with #EDD5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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