Html Css Color HEX #EADBDD Pale Rose

📋 copy color: '#EADBDD'

red 234 ◦ green 219 ◦ blue 221

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

Shades of Pale Rose #EADBDD

Tints of Pale Rose #EADBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.49%

 BLUE value IS 221 (86.72% from 255) = 32.79%

R = 34.72%
G = 32.49%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EADBDD (or 0xEADBDD) is known color: Pale Rose. HEX triplet: EA, DB and DD. RGB value is (234,219,221). Sum of RGB (Red+Green+Blue) = 234+219+221=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBDD is #152422. Grayscale: #DFDFDF. Windows color (decimal): -1385507 or 14539754. OLE color: 14539754.

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

Color convert

RGB 234 219 221 -
CMYK 0 0.06 0.06 0.08
HSL 352º 0.26% 0.89% -
HSV(B) 352º 0.06% 0.92% -
XYZ 72.31 73.38 78.76 -
YUV 223.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 234 219 221 0 0.06 0.06 0.08 352 0.26 0.89
Hex EA DB DD 0 6 6 8 160 1A 59
Octal 352 333 335 0 6 6 10 540 32 131
Binary 11101010 11011011 11011101 0 110 110 1000 101100000 11010 1011001

Color Harmonies of #EADBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADBDD

Black with #EADBDD

Text Example


Text Example

White with #EADBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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