Html Css Color HEX #EADBDF Pale Rose

📋 copy color: '#EADBDF'

red 234 ◦ green 219 ◦ blue 223

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

Shades of Pale Rose #EADBDF

Tints of Pale Rose #EADBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.99%

R = 34.62%
G = 32.4%
B = 32.99%

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

#EADBDF (or 0xEADBDF) is known color: Pale Rose. HEX triplet: EA, DB and DF. RGB value is (234,219,223). Sum of RGB (Red+Green+Blue) = 234+219+223=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBDF is #152420. Grayscale: #DFDFDF. Windows color (decimal): -1385505 or 14670826. OLE color: 14670826.

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

Color convert

RGB 234 219 223 -
CMYK 0 0.06 0.05 0.08
HSL 344º 0.26% 0.89% -
HSV(B) 344º 0.06% 0.92% -
XYZ 72.58 73.48 80.17 -
YUV 223.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 234 219 223 0 0.06 0.05 0.08 344 0.26 0.89
Hex EA DB DF 0 6 5 8 158 1A 59
Octal 352 333 337 0 6 5 10 530 32 131
Binary 11101010 11011011 11011111 0 110 101 1000 101011000 11010 1011001

Color Harmonies of #EADBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADBDF

Black with #EADBDF

Text Example


Text Example

White with #EADBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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