Html Css Color HEX #EAD2E6 Snuff

📋 copy color: '#EAD2E6'

red 234 ◦ green 210 ◦ blue 230

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

Shades of Snuff #EAD2E6

Tints of Snuff #EAD2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.12%

R = 34.72%
G = 31.16%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EAD2E6 (or 0xEAD2E6) is known color: Snuff. HEX triplet: EA, D2 and E6. RGB value is (234,210,230). Sum of RGB (Red+Green+Blue) = 234+210+230=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2E6 is #152D19. Grayscale: #DBDBDB. Windows color (decimal): -1387802 or 15127274. OLE color: 15127274.

HSL color Cylindrical-coordinate representation of color #EAD2E6: hue angle of 310º 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 #EAD2E6 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 230 -
CMYK 0 0.10 0.02 0.08
HSL 310º 0.36% 0.87% -
HSV(B) 310º 0.1% 0.92% -
XYZ 71.26 69.3 84.48 -
YUV 219.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 234 210 230 0 0.10 0.02 0.08 310 0.36 0.87
Hex EA D2 E6 0 A 2 8 136 24 57
Octal 352 322 346 0 12 2 10 466 44 127
Binary 11101010 11010010 11100110 0 1010 10 1000 100110110 100100 1010111

Color Harmonies of #EAD2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD2E6

Black with #EAD2E6

Text Example


Text Example

White with #EAD2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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