Html Css Color HEX #EAD8DA Pale Rose

📋 copy color: '#EAD8DA'

red 234 ◦ green 216 ◦ blue 218

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

Shades of Pale Rose #EAD8DA

Tints of Pale Rose #EAD8DA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.34%

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

R = 35.03%
G = 32.34%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAD8DA (or 0xEAD8DA) is known color: Pale Rose. HEX triplet: EA, D8 and DA. RGB value is (234,216,218). Sum of RGB (Red+Green+Blue) = 234+216+218=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8DA is #152725. Grayscale: #DDDDDD. Windows color (decimal): -1386278 or 14342378. OLE color: 14342378.

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

Color convert

RGB 234 216 218 -
CMYK 0 0.08 0.07 0.08
HSL 353.33º 0.3% 0.88% -
HSV(B) 353.33º 0.08% 0.92% -
XYZ 71.14 71.67 76.41 -
YUV 221.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 234 216 218 0 0.08 0.07 0.08 353.33 0.3 0.88
Hex EA D8 DA 0 8 7 8 161 1E 58
Octal 352 330 332 0 10 7 10 541 36 130
Binary 11101010 11011000 11011010 0 1000 111 1000 101100001 11110 1011000

Color Harmonies of #EAD8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD8DA

Black with #EAD8DA

Text Example


Text Example

White with #EAD8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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