Html Css Color HEX #EADADB Pale Rose

📋 copy color: '#EADADB'

red 234 ◦ green 218 ◦ blue 219

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

Shades of Pale Rose #EADADB

Tints of Pale Rose #EADADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.49%

 BLUE value IS 219 (85.94% from 255) = 32.64%

R = 34.87%
G = 32.49%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EADADB (or 0xEADADB) is known color: Pale Rose. HEX triplet: EA, DA and DB. RGB value is (234,218,219). Sum of RGB (Red+Green+Blue) = 234+218+219=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EADADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADADB is #152524. Grayscale: #DEDEDE. Windows color (decimal): -1385765 or 14408426. OLE color: 14408426.

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

Color convert

RGB 234 218 219 -
CMYK 0 0.07 0.06 0.08
HSL 356.25º 0.28% 0.89% -
HSV(B) 356.25º 0.07% 0.92% -
XYZ 71.79 72.75 77.28 -
YUV 222.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 234 218 219 0 0.07 0.06 0.08 356.25 0.28 0.89
Hex EA DA DB 0 7 6 8 164 1C 59
Octal 352 332 333 0 7 6 10 544 34 131
Binary 11101010 11011010 11011011 0 111 110 1000 101100100 11100 1011001

Color Harmonies of #EADADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADADB

Black with #EADADB

Text Example


Text Example

White with #EADADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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