Html Css Color HEX #EBDBE5 Classic Rose

📋 copy color: '#EBDBE5'

red 235 ◦ green 219 ◦ blue 229

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

Shades of Classic Rose #EBDBE5

Tints of Classic Rose #EBDBE5

RGB

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

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

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

R = 34.41%
G = 32.06%
B = 33.53%

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

#EBDBE5 (or 0xEBDBE5) is known color: Classic Rose. HEX triplet: EB, DB and E5. RGB value is (235,219,229). Sum of RGB (Red+Green+Blue) = 235+219+229=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBE5 is #14241A. Grayscale: #E0E0E0. Windows color (decimal): -1319963 or 15064043. OLE color: 15064043.

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

Color convert

RGB 235 219 229 -
CMYK 0 0.07 0.03 0.08
HSL 322.5º 0.29% 0.89% -
HSV(B) 322.5º 0.07% 0.92% -
XYZ 73.74 73.98 84.52 -
YUV 224.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 235 219 229 0 0.07 0.03 0.08 322.5 0.29 0.89
Hex EB DB E5 0 7 3 8 142 1D 59
Octal 353 333 345 0 7 3 10 502 35 131
Binary 11101011 11011011 11100101 0 111 11 1000 101000010 11101 1011001

Color Harmonies of #EBDBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBE5

Black with #EBDBE5

Text Example


Text Example

White with #EBDBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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