Html Css Color HEX #EDBDF3 Snuff

📋 copy color: '#EDBDF3'

red 237 ◦ green 189 ◦ blue 243

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

Shades of Snuff #EDBDF3

Tints of Snuff #EDBDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.32%

R = 35.43%
G = 28.25%
B = 36.32%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDBDF3 (or 0xEDBDF3) is known color: Snuff. HEX triplet: ED, BD and F3. RGB value is (237,189,243). Sum of RGB (Red+Green+Blue) = 237+189+243=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDBDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDF3 is #12420C. Grayscale: #D1D1D1. Windows color (decimal): -1196557 or 15973869. OLE color: 15973869.

HSL color Cylindrical-coordinate representation of color #EDBDF3: hue angle of 293.33º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBDF3 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 189 243 -
CMYK 0.02 0.22 0 0.05
HSL 293.33º 0.69% 0.85% -
HSV(B) 293.33º 0.22% 0.95% -
XYZ 69.3 60.87 92.89 -
YUV 209.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 237 189 243 0.02 0.22 0 0.05 293.33 0.69 0.85
Hex ED BD F3 2 16 0 5 125 45 55
Octal 355 275 363 2 26 0 5 445 105 125
Binary 11101101 10111101 11110011 10 10110 0 101 100100101 1000101 1010101

Color Harmonies of #EDBDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDF3

Black with #EDBDF3

Text Example


Text Example

White with #EDBDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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