Html Css Color HEX #EEBDF4 Snuff

📋 copy color: '#EEBDF4'

red 238 ◦ green 189 ◦ blue 244

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

Shades of Snuff #EEBDF4

Tints of Snuff #EEBDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.36%

R = 35.47%
G = 28.17%
B = 36.36%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EEBDF4 (or 0xEEBDF4) is known color: Snuff. HEX triplet: EE, BD and F4. RGB value is (238,189,244). Sum of RGB (Red+Green+Blue) = 238+189+244=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEBDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF4 is #11420B. Grayscale: #D1D1D1. Windows color (decimal): -1131020 or 16039406. OLE color: 16039406.

HSL color Cylindrical-coordinate representation of color #EEBDF4: hue angle of 293.45º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEBDF4 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 189 244 -
CMYK 0.02 0.23 0 0.04
HSL 293.45º 0.71% 0.85% -
HSV(B) 293.45º 0.23% 0.96% -
XYZ 69.79 61.1 93.7 -
YUV 209.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 238 189 244 0.02 0.23 0 0.04 293.45 0.71 0.85
Hex EE BD F4 2 17 0 4 125 47 55
Octal 356 275 364 2 27 0 4 445 107 125
Binary 11101110 10111101 11110100 10 10111 0 100 100100101 1000111 1010101

Color Harmonies of #EEBDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDF4

Black with #EEBDF4

Text Example


Text Example

White with #EEBDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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