Html Css Color HEX #EDD5EF Snuff

📋 copy color: '#EDD5EF'

red 237 ◦ green 213 ◦ blue 239

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

Shades of Snuff #EDD5EF

Tints of Snuff #EDD5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.69%

R = 34.4%
G = 30.91%
B = 34.69%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDD5EF (or 0xEDD5EF) is known color: Snuff. HEX triplet: ED, D5 and EF. RGB value is (237,213,239). Sum of RGB (Red+Green+Blue) = 237+213+239=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5EF is #122A10. Grayscale: #DFDFDF. Windows color (decimal): -1190417 or 15717869. OLE color: 15717869.

HSL color Cylindrical-coordinate representation of color #EDD5EF: hue angle of 295.38º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD5EF is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 213 239 -
CMYK 0.01 0.11 0 0.06
HSL 295.38º 0.45% 0.89% -
HSV(B) 295.38º 0.11% 0.94% -
XYZ 74.3 71.83 91.61 -
YUV 223.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 237 213 239 0.01 0.11 0 0.06 295.38 0.45 0.89
Hex ED D5 EF 1 B 0 6 127 2D 59
Octal 355 325 357 1 13 0 6 447 55 131
Binary 11101101 11010101 11101111 1 1011 0 110 100100111 101101 1011001

Color Harmonies of #EDD5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5EF

Black with #EDD5EF

Text Example


Text Example

White with #EDD5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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