Html Css Color HEX #EBC3DD Classic Rose

📋 copy color: '#EBC3DD'

red 235 ◦ green 195 ◦ blue 221

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

Shades of Classic Rose #EBC3DD

Tints of Classic Rose #EBC3DD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.95%

 BLUE value IS 221 (86.72% from 255) = 33.95%

R = 36.1%
G = 29.95%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBC3DD (or 0xEBC3DD) is known color: Classic Rose. HEX triplet: EB, C3 and DD. RGB value is (235,195,221). Sum of RGB (Red+Green+Blue) = 235+195+221=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3DD is #143C22. Grayscale: #D1D1D1. Windows color (decimal): -1326115 or 14533611. OLE color: 14533611.

HSL color Cylindrical-coordinate representation of color #EBC3DD: hue angle of 321º degrees, saturation: 0.5, 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 #EBC3DD is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 195 221 -
CMYK 0 0.17 0.06 0.08
HSL 321º 0.5% 0.84% -
HSV(B) 321º 0.17% 0.92% -
XYZ 66.83 61.91 76.83 -
YUV 209.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 235 195 221 0 0.17 0.06 0.08 321 0.5 0.84
Hex EB C3 DD 0 11 6 8 141 32 54
Octal 353 303 335 0 21 6 10 501 62 124
Binary 11101011 11000011 11011101 0 10001 110 1000 101000001 110010 1010100

Color Harmonies of #EBC3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3DD

Black with #EBC3DD

Text Example


Text Example

White with #EBC3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3DD; }

 p { color: rgb(235,195,221); }

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

background-color css

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

 a { background-color: rgb(235,195,221); }

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

border-color css

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

 span { border-color: rgb(235,195,221); }

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