Html Css Color HEX #EBDDE0 Pale Rose

📋 copy color: '#EBDDE0'

red 235 ◦ green 221 ◦ blue 224

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

Shades of Pale Rose #EBDDE0

Tints of Pale Rose #EBDDE0

RGB

 RED value IS 235 (92.19% from 255) = 34.56%

 GREEN value IS 221 (86.72% from 255) = 32.5%

 BLUE value IS 224 (87.89% from 255) = 32.94%

R = 34.56%
G = 32.5%
B = 32.94%

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

#EBDDE0 (or 0xEBDDE0) is known color: Pale Rose. HEX triplet: EB, DD and E0. RGB value is (235,221,224). Sum of RGB (Red+Green+Blue) = 235+221+224=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDE0 is #14221F. Grayscale: #E1E1E1. Windows color (decimal): -1319456 or 14736875. OLE color: 14736875.

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

Color convert

RGB 235 221 224 -
CMYK 0 0.06 0.05 0.08
HSL 347.14º 0.26% 0.89% -
HSV(B) 347.14º 0.06% 0.92% -
XYZ 73.57 74.76 81.07 -
YUV 225.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 235 221 224 0 0.06 0.05 0.08 347.14 0.26 0.89
Hex EB DD E0 0 6 5 8 15B 1A 59
Octal 353 335 340 0 6 5 10 533 32 131
Binary 11101011 11011101 11100000 0 110 101 1000 101011011 11010 1011001

Color Harmonies of #EBDDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDE0

Black with #EBDDE0

Text Example


Text Example

White with #EBDDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDE0; }

 p { color: rgb(235,221,224); }

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

background-color css

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

 a { background-color: rgb(235,221,224); }

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

border-color css

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

 span { border-color: rgb(235,221,224); }

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