Html Css Color HEX #E9DEDF Pale Rose

📋 copy color: '#E9DEDF'

red 233 ◦ green 222 ◦ blue 223

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

Shades of Pale Rose #E9DEDF

Tints of Pale Rose #E9DEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.89%

R = 34.37%
G = 32.74%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E9DEDF (or 0xE9DEDF) is known color: Pale Rose. HEX triplet: E9, DE and DF. RGB value is (233,222,223). Sum of RGB (Red+Green+Blue) = 233+222+223=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEDF is #162120. Grayscale: #E1E1E1. Windows color (decimal): -1450273 or 14671593. OLE color: 14671593.

HSL color Cylindrical-coordinate representation of color #E9DEDF: hue angle of 354.55º degrees, saturation: 0.2, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9DEDF is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 222 223 -
CMYK 0 0.05 0.04 0.09
HSL 354.55º 0.2% 0.89% -
HSV(B) 354.55º 0.05% 0.91% -
XYZ 73.04 74.89 80.42 -
YUV 225.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 233 222 223 0 0.05 0.04 0.09 354.55 0.2 0.89
Hex E9 DE DF 0 5 4 9 163 14 59
Octal 351 336 337 0 5 4 11 543 24 131
Binary 11101001 11011110 11011111 0 101 100 1001 101100011 10100 1011001

Color Harmonies of #E9DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DEDF

Black with #E9DEDF

Text Example


Text Example

White with #E9DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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