Html Css Color HEX #EBC5DD Classic Rose

📋 copy color: '#EBC5DD'

red 235 ◦ green 197 ◦ blue 221

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

Shades of Classic Rose #EBC5DD

Tints of Classic Rose #EBC5DD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.17%

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

R = 35.99%
G = 30.17%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBC5DD (or 0xEBC5DD) is known color: Classic Rose. HEX triplet: EB, C5 and DD. RGB value is (235,197,221). Sum of RGB (Red+Green+Blue) = 235+197+221=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5DD is #143A22. Grayscale: #D3D3D3. Windows color (decimal): -1325603 or 14534123. OLE color: 14534123.

HSL color Cylindrical-coordinate representation of color #EBC5DD: hue angle of 322.11º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC5DD is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 221 -
CMYK 0 0.16 0.06 0.08
HSL 322.11º 0.49% 0.85% -
HSV(B) 322.11º 0.16% 0.92% -
XYZ 67.28 62.82 76.99 -
YUV 211.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 235 197 221 0 0.16 0.06 0.08 322.11 0.49 0.85
Hex EB C5 DD 0 10 6 8 142 31 55
Octal 353 305 335 0 20 6 10 502 61 125
Binary 11101011 11000101 11011101 0 10000 110 1000 101000010 110001 1010101

Color Harmonies of #EBC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5DD

Black with #EBC5DD

Text Example


Text Example

White with #EBC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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