Html Css Color HEX #EBDBE4 Classic Rose

📋 copy color: '#EBDBE4'

red 235 ◦ green 219 ◦ blue 228

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

Shades of Classic Rose #EBDBE4

Tints of Classic Rose #EBDBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.43%

R = 34.46%
G = 32.11%
B = 33.43%

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

#EBDBE4 (or 0xEBDBE4) is known color: Classic Rose. HEX triplet: EB, DB and E4. RGB value is (235,219,228). Sum of RGB (Red+Green+Blue) = 235+219+228=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBE4 is #14241B. Grayscale: #E0E0E0. Windows color (decimal): -1319964 or 14998507. OLE color: 14998507.

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

Color convert

RGB 235 219 228 -
CMYK 0 0.07 0.03 0.08
HSL 326.25º 0.29% 0.89% -
HSV(B) 326.25º 0.07% 0.92% -
XYZ 73.6 73.93 83.79 -
YUV 224.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 235 219 228 0 0.07 0.03 0.08 326.25 0.29 0.89
Hex EB DB E4 0 7 3 8 146 1D 59
Octal 353 333 344 0 7 3 10 506 35 131
Binary 11101011 11011011 11100100 0 111 11 1000 101000110 11101 1011001

Color Harmonies of #EBDBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBE4

Black with #EBDBE4

Text Example


Text Example

White with #EBDBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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