Html Css Color HEX #EABDEE Snuff

📋 copy color: '#EABDEE'

red 234 ◦ green 189 ◦ blue 238

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

Shades of Snuff #EABDEE

Tints of Snuff #EABDEE

RGB

 RED value IS 234 (91.8% from 255) = 35.4%

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

 BLUE value IS 238 (93.36% from 255) = 36.01%

R = 35.4%
G = 28.59%
B = 36.01%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EABDEE (or 0xEABDEE) is known color: Snuff. HEX triplet: EA, BD and EE. RGB value is (234,189,238). Sum of RGB (Red+Green+Blue) = 234+189+238=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #EABDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDEE is #154211. Grayscale: #CFCFCF. Windows color (decimal): -1393170 or 15646186. OLE color: 15646186.

HSL color Cylindrical-coordinate representation of color #EABDEE: hue angle of 295.1º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABDEE is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 189 238 -
CMYK 0.02 0.21 0 0.07
HSL 295.1º 0.59% 0.84% -
HSV(B) 295.1º 0.21% 0.93% -
XYZ 67.56 60.06 88.92 -
YUV 208.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 234 189 238 0.02 0.21 0 0.07 295.1 0.59 0.84
Hex EA BD EE 2 15 0 7 127 3B 54
Octal 352 275 356 2 25 0 7 447 73 124
Binary 11101010 10111101 11101110 10 10101 0 111 100100111 111011 1010100

Color Harmonies of #EABDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDEE

Black with #EABDEE

Text Example


Text Example

White with #EABDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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