Html Css Color HEX #EABDF0 Snuff

📋 copy color: '#EABDF0'

red 234 ◦ green 189 ◦ blue 240

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

Shades of Snuff #EABDF0

Tints of Snuff #EABDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.2%

R = 35.29%
G = 28.51%
B = 36.2%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EABDF0 (or 0xEABDF0) is known color: Snuff. HEX triplet: EA, BD and F0. RGB value is (234,189,240). Sum of RGB (Red+Green+Blue) = 234+189+240=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #EABDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDF0 is #15420F. Grayscale: #D0D0D0. Windows color (decimal): -1393168 or 15777258. OLE color: 15777258.

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

Color convert

RGB 234 189 240 -
CMYK 0.02 0.21 0 0.06
HSL 292.94º 0.63% 0.84% -
HSV(B) 292.94º 0.21% 0.94% -
XYZ 67.86 60.18 90.48 -
YUV 208.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 234 189 240 0.02 0.21 0 0.06 292.94 0.63 0.84
Hex EA BD F0 2 15 0 6 125 3F 54
Octal 352 275 360 2 25 0 6 445 77 124
Binary 11101010 10111101 11110000 10 10101 0 110 100100101 111111 1010100

Color Harmonies of #EABDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDF0

Black with #EABDF0

Text Example


Text Example

White with #EABDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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