Html Css Color HEX #EBC2D9 Classic Rose

📋 copy color: '#EBC2D9'

red 235 ◦ green 194 ◦ blue 217

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

Shades of Classic Rose #EBC2D9

Tints of Classic Rose #EBC2D9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.03%

 BLUE value IS 217 (85.16% from 255) = 33.59%

R = 36.38%
G = 30.03%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBC2D9 (or 0xEBC2D9) is known color: Classic Rose. HEX triplet: EB, C2 and D9. RGB value is (235,194,217). Sum of RGB (Red+Green+Blue) = 235+194+217=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2D9 is #143D26. Grayscale: #D0D0D0. Windows color (decimal): -1326375 or 14271211. OLE color: 14271211.

HSL color Cylindrical-coordinate representation of color #EBC2D9: hue angle of 326.34º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC2D9 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 217 -
CMYK 0 0.17 0.08 0.08
HSL 326.34º 0.51% 0.84% -
HSV(B) 326.34º 0.17% 0.92% -
XYZ 66.08 61.26 73.99 -
YUV 208.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 235 194 217 0 0.17 0.08 0.08 326.34 0.51 0.84
Hex EB C2 D9 0 11 8 8 146 33 54
Octal 353 302 331 0 21 10 10 506 63 124
Binary 11101011 11000010 11011001 0 10001 1000 1000 101000110 110011 1010100

Color Harmonies of #EBC2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2D9

Black with #EBC2D9

Text Example


Text Example

White with #EBC2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2D9; }

 p { color: rgb(235,194,217); }

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

background-color css

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

 a { background-color: rgb(235,194,217); }

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

border-color css

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

 span { border-color: rgb(235,194,217); }

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