Html Css Color HEX #EDBDEF Snuff

📋 copy color: '#EDBDEF'

red 237 ◦ green 189 ◦ blue 239

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

Shades of Snuff #EDBDEF

Tints of Snuff #EDBDEF

RGB

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

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

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

R = 35.64%
G = 28.42%
B = 35.94%

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

#EDBDEF (or 0xEDBDEF) is known color: Snuff. HEX triplet: ED, BD and EF. RGB value is (237,189,239). Sum of RGB (Red+Green+Blue) = 237+189+239=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDBDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDEF is #124210. Grayscale: #D0D0D0. Windows color (decimal): -1196561 or 15711725. OLE color: 15711725.

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

Color convert

RGB 237 189 239 -
CMYK 0.01 0.21 0 0.06
HSL 297.6º 0.61% 0.84% -
HSV(B) 297.6º 0.21% 0.94% -
XYZ 68.7 60.63 89.74 -
YUV 209.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 237 189 239 0.01 0.21 0 0.06 297.6 0.61 0.84
Hex ED BD EF 1 15 0 6 12A 3D 54
Octal 355 275 357 1 25 0 6 452 75 124
Binary 11101101 10111101 11101111 1 10101 0 110 100101010 111101 1010100

Color Harmonies of #EDBDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDEF

Black with #EDBDEF

Text Example


Text Example

White with #EDBDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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