Html Css Color HEX #EDD5F0 Snuff

📋 copy color: '#EDD5F0'

red 237 ◦ green 213 ◦ blue 240

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

Shades of Snuff #EDD5F0

Tints of Snuff #EDD5F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.78%

R = 34.35%
G = 30.87%
B = 34.78%

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

#EDD5F0 (or 0xEDD5F0) is known color: Snuff. HEX triplet: ED, D5 and F0. RGB value is (237,213,240). Sum of RGB (Red+Green+Blue) = 237+213+240=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDD5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5F0 is #122A0F. Grayscale: #DFDFDF. Windows color (decimal): -1190416 or 15783405. OLE color: 15783405.

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

Color convert

RGB 237 213 240 -
CMYK 0.01 0.11 0 0.06
HSL 293.33º 0.47% 0.89% -
HSV(B) 293.33º 0.11% 0.94% -
XYZ 74.45 71.88 92.39 -
YUV 223.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 237 213 240 0.01 0.11 0 0.06 293.33 0.47 0.89
Hex ED D5 F0 1 B 0 6 125 2F 59
Octal 355 325 360 1 13 0 6 445 57 131
Binary 11101101 11010101 11110000 1 1011 0 110 100100101 101111 1011001

Color Harmonies of #EDD5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5F0

Black with #EDD5F0

Text Example


Text Example

White with #EDD5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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