Html Css Color HEX #EAD2E4 Snuff

📋 copy color: '#EAD2E4'

red 234 ◦ green 210 ◦ blue 228

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

Shades of Snuff #EAD2E4

Tints of Snuff #EAD2E4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.25%

 BLUE value IS 228 (89.45% from 255) = 33.93%

R = 34.82%
G = 31.25%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EAD2E4 (or 0xEAD2E4) is known color: Snuff. HEX triplet: EA, D2 and E4. RGB value is (234,210,228). Sum of RGB (Red+Green+Blue) = 234+210+228=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2E4 is #152D1B. Grayscale: #DBDBDB. Windows color (decimal): -1387804 or 14996202. OLE color: 14996202.

HSL color Cylindrical-coordinate representation of color #EAD2E4: hue angle of 315º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD2E4 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 228 -
CMYK 0 0.10 0.03 0.08
HSL 315º 0.36% 0.87% -
HSV(B) 315º 0.1% 0.92% -
XYZ 70.98 69.19 83.01 -
YUV 219.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 234 210 228 0 0.10 0.03 0.08 315 0.36 0.87
Hex EA D2 E4 0 A 3 8 13B 24 57
Octal 352 322 344 0 12 3 10 473 44 127
Binary 11101010 11010010 11100100 0 1010 11 1000 100111011 100100 1010111

Color Harmonies of #EAD2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD2E4

Black with #EAD2E4

Text Example


Text Example

White with #EAD2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD2E4; }

 p { color: rgb(234,210,228); }

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

background-color css

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

 a { background-color: rgb(234,210,228); }

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

border-color css

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

 span { border-color: rgb(234,210,228); }

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