Html Css Color HEX #EBDADE Pale Rose

📋 copy color: '#EBDADE'

red 235 ◦ green 218 ◦ blue 222

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

Shades of Pale Rose #EBDADE

Tints of Pale Rose #EBDADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.3%

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

R = 34.81%
G = 32.3%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBDADE (or 0xEBDADE) is known color: Pale Rose. HEX triplet: EB, DA and DE. RGB value is (235,218,222). Sum of RGB (Red+Green+Blue) = 235+218+222=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDADE is #142521. Grayscale: #DFDFDF. Windows color (decimal): -1320226 or 14605035. OLE color: 14605035.

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

Color convert

RGB 235 218 222 -
CMYK 0 0.07 0.06 0.08
HSL 345.88º 0.3% 0.89% -
HSV(B) 345.88º 0.07% 0.92% -
XYZ 72.52 73.08 79.39 -
YUV 223.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 235 218 222 0 0.07 0.06 0.08 345.88 0.3 0.89
Hex EB DA DE 0 7 6 8 15A 1E 59
Octal 353 332 336 0 7 6 10 532 36 131
Binary 11101011 11011010 11011110 0 111 110 1000 101011010 11110 1011001

Color Harmonies of #EBDADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDADE

Black with #EBDADE

Text Example


Text Example

White with #EBDADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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