Html Css Color HEX #EBDEE0 Pale Rose

📋 copy color: '#EBDEE0'

red 235 ◦ green 222 ◦ blue 224

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

Shades of Pale Rose #EBDEE0

Tints of Pale Rose #EBDEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.6%

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

R = 34.51%
G = 32.6%
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

#EBDEE0 (or 0xEBDEE0) is known color: Pale Rose. HEX triplet: EB, DE and E0. RGB value is (235,222,224). Sum of RGB (Red+Green+Blue) = 235+222+224=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEE0 is #14211F. Grayscale: #E2E2E2. Windows color (decimal): -1319200 or 14737131. OLE color: 14737131.

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

Color convert

RGB 235 222 224 -
CMYK 0 0.06 0.05 0.08
HSL 350.77º 0.25% 0.9% -
HSV(B) 350.77º 0.06% 0.92% -
XYZ 73.84 75.29 81.16 -
YUV 226.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 235 222 224 0 0.06 0.05 0.08 350.77 0.25 0.9
Hex EB DE E0 0 6 5 8 15F 19 5A
Octal 353 336 340 0 6 5 10 537 31 132
Binary 11101011 11011110 11100000 0 110 101 1000 101011111 11001 1011010

Color Harmonies of #EBDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDEE0

Black with #EBDEE0

Text Example


Text Example

White with #EBDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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