Html Css Color HEX #EADBDE Pale Rose

📋 copy color: '#EADBDE'

red 234 ◦ green 219 ◦ blue 222

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

Shades of Pale Rose #EADBDE

Tints of Pale Rose #EADBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.89%

R = 34.67%
G = 32.44%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EADBDE (or 0xEADBDE) is known color: Pale Rose. HEX triplet: EA, DB and DE. RGB value is (234,219,222). Sum of RGB (Red+Green+Blue) = 234+219+222=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBDE is #152421. Grayscale: #DFDFDF. Windows color (decimal): -1385506 or 14605290. OLE color: 14605290.

HSL color Cylindrical-coordinate representation of color #EADBDE: hue angle of 348º 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 #EADBDE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 222 -
CMYK 0 0.06 0.05 0.08
HSL 348º 0.26% 0.89% -
HSV(B) 348º 0.06% 0.92% -
XYZ 72.45 73.43 79.46 -
YUV 223.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 234 219 222 0 0.06 0.05 0.08 348 0.26 0.89
Hex EA DB DE 0 6 5 8 15C 1A 59
Octal 352 333 336 0 6 5 10 534 32 131
Binary 11101010 11011011 11011110 0 110 101 1000 101011100 11010 1011001

Color Harmonies of #EADBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADBDE

Black with #EADBDE

Text Example


Text Example

White with #EADBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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