Html Css Color HEX #EBDAE5 Classic Rose

📋 copy color: '#EBDAE5'

red 235 ◦ green 218 ◦ blue 229

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

Shades of Classic Rose #EBDAE5

Tints of Classic Rose #EBDAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.58%

R = 34.46%
G = 31.96%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBDAE5 (or 0xEBDAE5) is known color: Classic Rose. HEX triplet: EB, DA and E5. RGB value is (235,218,229). Sum of RGB (Red+Green+Blue) = 235+218+229=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAE5 is #14251A. Grayscale: #E0E0E0. Windows color (decimal): -1320219 or 15063787. OLE color: 15063787.

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

Color convert

RGB 235 218 229 -
CMYK 0 0.07 0.03 0.08
HSL 321.18º 0.3% 0.89% -
HSV(B) 321.18º 0.07% 0.92% -
XYZ 73.48 73.46 84.44 -
YUV 224.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 235 218 229 0 0.07 0.03 0.08 321.18 0.3 0.89
Hex EB DA E5 0 7 3 8 141 1E 59
Octal 353 332 345 0 7 3 10 501 36 131
Binary 11101011 11011010 11100101 0 111 11 1000 101000001 11110 1011001

Color Harmonies of #EBDAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDAE5

Black with #EBDAE5

Text Example


Text Example

White with #EBDAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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