Html Css Color HEX #EAD2DE Classic Rose

📋 copy color: '#EAD2DE'

red 234 ◦ green 210 ◦ blue 222

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

Shades of Classic Rose #EAD2DE

Tints of Classic Rose #EAD2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.33%

R = 35.14%
G = 31.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAD2DE (or 0xEAD2DE) is known color: Classic Rose. HEX triplet: EA, D2 and DE. RGB value is (234,210,222). Sum of RGB (Red+Green+Blue) = 234+210+222=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2DE is #152D21. Grayscale: #DADADA. Windows color (decimal): -1387810 or 14602986. OLE color: 14602986.

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

Color convert

RGB 234 210 222 -
CMYK 0 0.10 0.05 0.08
HSL 330º 0.36% 0.87% -
HSV(B) 330º 0.1% 0.92% -
XYZ 70.16 68.86 78.7 -
YUV 218.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 234 210 222 0 0.10 0.05 0.08 330 0.36 0.87
Hex EA D2 DE 0 A 5 8 14A 24 57
Octal 352 322 336 0 12 5 10 512 44 127
Binary 11101010 11010010 11011110 0 1010 101 1000 101001010 100100 1010111

Color Harmonies of #EAD2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD2DE

Black with #EAD2DE

Text Example


Text Example

White with #EAD2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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