Html Css Color HEX #E9D2DE Classic Rose

📋 copy color: '#E9D2DE'

red 233 ◦ green 210 ◦ blue 222

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

Shades of Classic Rose #E9D2DE

Tints of Classic Rose #E9D2DE

RGB

 RED value IS 233 (91.41% from 255) = 35.04%

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

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

R = 35.04%
G = 31.58%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E9D2DE (or 0xE9D2DE) is known color: Classic Rose. HEX triplet: E9, D2 and DE. RGB value is (233,210,222). Sum of RGB (Red+Green+Blue) = 233+210+222=665 (88% of max value = 765). Red value is 233 (91.41% from 255 or 35.04% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2DE is #162D21. Grayscale: #DADADA. Windows color (decimal): -1453346 or 14602985. OLE color: 14602985.

HSL color Cylindrical-coordinate representation of color #E9D2DE: hue angle of 328.7º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9D2DE is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 210 222 -
CMYK 0 0.10 0.05 0.09
HSL 328.7º 0.34% 0.87% -
HSV(B) 328.7º 0.1% 0.91% -
XYZ 69.84 68.69 78.69 -
YUV 218.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 233 210 222 0 0.10 0.05 0.09 328.7 0.34 0.87
Hex E9 D2 DE 0 A 5 9 149 22 57
Octal 351 322 336 0 12 5 11 511 42 127
Binary 11101001 11010010 11011110 0 1010 101 1001 101001001 100010 1010111

Color Harmonies of #E9D2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D2DE

Black with #E9D2DE

Text Example


Text Example

White with #E9D2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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