Html Css Color HEX #EADEE6 Classic Rose

📋 copy color: '#EADEE6'

red 234 ◦ green 222 ◦ blue 230

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

Shades of Classic Rose #EADEE6

Tints of Classic Rose #EADEE6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.36%

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

R = 34.11%
G = 32.36%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EADEE6 (or 0xEADEE6) is known color: Classic Rose. HEX triplet: EA, DE and E6. RGB value is (234,222,230). Sum of RGB (Red+Green+Blue) = 234+222+230=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEE6 is #152119. Grayscale: #E2E2E2. Windows color (decimal): -1384730 or 15130346. OLE color: 15130346.

HSL color Cylindrical-coordinate representation of color #EADEE6: hue angle of 320º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADEE6 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 222 230 -
CMYK 0 0.05 0.02 0.08
HSL 320º 0.22% 0.89% -
HSV(B) 320º 0.05% 0.92% -
XYZ 74.34 75.45 85.51 -
YUV 226.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 234 222 230 0 0.05 0.02 0.08 320 0.22 0.89
Hex EA DE E6 0 5 2 8 140 16 59
Octal 352 336 346 0 5 2 10 500 26 131
Binary 11101010 11011110 11100110 0 101 10 1000 101000000 10110 1011001

Color Harmonies of #EADEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADEE6

Black with #EADEE6

Text Example


Text Example

White with #EADEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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