Html Css Color HEX #EEBDF1 Snuff

📋 copy color: '#EEBDF1'

red 238 ◦ green 189 ◦ blue 241

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

Shades of Snuff #EEBDF1

Tints of Snuff #EEBDF1

RGB

 RED value IS 238 (93.36% from 255) = 35.63%

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

 BLUE value IS 241 (94.53% from 255) = 36.08%

R = 35.63%
G = 28.29%
B = 36.08%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEBDF1 (or 0xEEBDF1) is known color: Snuff. HEX triplet: EE, BD and F1. RGB value is (238,189,241). Sum of RGB (Red+Green+Blue) = 238+189+241=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF1 is #11420E. Grayscale: #D1D1D1. Windows color (decimal): -1131023 or 15842798. OLE color: 15842798.

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

Color convert

RGB 238 189 241 -
CMYK 0.01 0.22 0 0.05
HSL 296.54º 0.65% 0.84% -
HSV(B) 296.54º 0.22% 0.95% -
XYZ 69.33 60.92 91.32 -
YUV 209.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 238 189 241 0.01 0.22 0 0.05 296.54 0.65 0.84
Hex EE BD F1 1 16 0 5 129 41 54
Octal 356 275 361 1 26 0 5 451 101 124
Binary 11101110 10111101 11110001 1 10110 0 101 100101001 1000001 1010100

Color Harmonies of #EEBDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDF1

Black with #EEBDF1

Text Example


Text Example

White with #EEBDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDF1; }

 p { color: rgb(238,189,241); }

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

background-color css

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

 a { background-color: rgb(238,189,241); }

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

border-color css

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

 span { border-color: rgb(238,189,241); }

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