Html Css Color HEX #EEBEF2 Snuff

📋 copy color: '#EEBEF2'

red 238 ◦ green 190 ◦ blue 242

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

Shades of Snuff #EEBEF2

Tints of Snuff #EEBEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.36%

 BLUE value IS 242 (94.92% from 255) = 36.12%

R = 35.52%
G = 28.36%
B = 36.12%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEBEF2 (or 0xEEBEF2) is known color: Snuff. HEX triplet: EE, BE and F2. RGB value is (238,190,242). Sum of RGB (Red+Green+Blue) = 238+190+242=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEBEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBEF2 is #11410D. Grayscale: #D2D2D2. Windows color (decimal): -1130766 or 15908590. OLE color: 15908590.

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

Color convert

RGB 238 190 242 -
CMYK 0.02 0.21 0 0.05
HSL 295.38º 0.67% 0.85% -
HSV(B) 295.38º 0.21% 0.95% -
XYZ 69.7 61.41 92.19 -
YUV 210.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 238 190 242 0.02 0.21 0 0.05 295.38 0.67 0.85
Hex EE BE F2 2 15 0 5 127 43 55
Octal 356 276 362 2 25 0 5 447 103 125
Binary 11101110 10111110 11110010 10 10101 0 101 100100111 1000011 1010101

Color Harmonies of #EEBEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBEF2

Black with #EEBEF2

Text Example


Text Example

White with #EEBEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBEF2; }

 p { color: rgb(238,190,242); }

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

background-color css

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

 a { background-color: rgb(238,190,242); }

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

border-color css

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

 span { border-color: rgb(238,190,242); }

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