Html Css Color HEX #EAD9DA Pale Rose

📋 copy color: '#EAD9DA'

red 234 ◦ green 217 ◦ blue 218

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

Shades of Pale Rose #EAD9DA

Tints of Pale Rose #EAD9DA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.44%

 BLUE value IS 218 (85.55% from 255) = 32.59%

R = 34.98%
G = 32.44%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAD9DA (or 0xEAD9DA) is known color: Pale Rose. HEX triplet: EA, D9 and DA. RGB value is (234,217,218). Sum of RGB (Red+Green+Blue) = 234+217+218=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9DA is #152625. Grayscale: #DEDEDE. Windows color (decimal): -1386022 or 14342634. OLE color: 14342634.

HSL color Cylindrical-coordinate representation of color #EAD9DA: hue angle of 356.47º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAD9DA is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 217 218 -
CMYK 0 0.07 0.07 0.08
HSL 356.47º 0.29% 0.88% -
HSV(B) 356.47º 0.07% 0.92% -
XYZ 71.4 72.18 76.5 -
YUV 222.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 234 217 218 0 0.07 0.07 0.08 356.47 0.29 0.88
Hex EA D9 DA 0 7 7 8 164 1D 58
Octal 352 331 332 0 7 7 10 544 35 130
Binary 11101010 11011001 11011010 0 111 111 1000 101100100 11101 1011000

Color Harmonies of #EAD9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD9DA

Black with #EAD9DA

Text Example


Text Example

White with #EAD9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD9DA; }

 p { color: rgb(234,217,218); }

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

background-color css

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

 a { background-color: rgb(234,217,218); }

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

border-color css

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

 span { border-color: rgb(234,217,218); }

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