Html Css Color HEX #EBC9DD Classic Rose

📋 copy color: '#EBC9DD'

red 235 ◦ green 201 ◦ blue 221

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

Shades of Classic Rose #EBC9DD

Tints of Classic Rose #EBC9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.59%

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

R = 35.77%
G = 30.59%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBC9DD (or 0xEBC9DD) is known color: Classic Rose. HEX triplet: EB, C9 and DD. RGB value is (235,201,221). Sum of RGB (Red+Green+Blue) = 235+201+221=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9DD is #143622. Grayscale: #D5D5D5. Windows color (decimal): -1324579 or 14535147. OLE color: 14535147.

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

Color convert

RGB 235 201 221 -
CMYK 0 0.14 0.06 0.08
HSL 324.71º 0.46% 0.85% -
HSV(B) 324.71º 0.14% 0.92% -
XYZ 68.2 64.66 77.29 -
YUV 213.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 235 201 221 0 0.14 0.06 0.08 324.71 0.46 0.85
Hex EB C9 DD 0 E 6 8 145 2E 55
Octal 353 311 335 0 16 6 10 505 56 125
Binary 11101011 11001001 11011101 0 1110 110 1000 101000101 101110 1010101

Color Harmonies of #EBC9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9DD

Black with #EBC9DD

Text Example


Text Example

White with #EBC9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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