Html Css Color HEX #EDBDF0 Snuff

📋 copy color: '#EDBDF0'

red 237 ◦ green 189 ◦ blue 240

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

Shades of Snuff #EDBDF0

Tints of Snuff #EDBDF0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.38%

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

R = 35.59%
G = 28.38%
B = 36.04%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDBDF0 (or 0xEDBDF0) is known color: Snuff. HEX triplet: ED, BD and F0. RGB value is (237,189,240). Sum of RGB (Red+Green+Blue) = 237+189+240=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDBDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDF0 is #12420F. Grayscale: #D1D1D1. Windows color (decimal): -1196560 or 15777261. OLE color: 15777261.

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

Color convert

RGB 237 189 240 -
CMYK 0.01 0.21 0 0.06
HSL 296.47º 0.63% 0.84% -
HSV(B) 296.47º 0.21% 0.94% -
XYZ 68.85 60.69 90.52 -
YUV 209.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 237 189 240 0.01 0.21 0 0.06 296.47 0.63 0.84
Hex ED BD F0 1 15 0 6 128 3F 54
Octal 355 275 360 1 25 0 6 450 77 124
Binary 11101101 10111101 11110000 1 10101 0 110 100101000 111111 1010100

Color Harmonies of #EDBDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDF0

Black with #EDBDF0

Text Example


Text Example

White with #EDBDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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