Html Css Color HEX #EBC7DF Classic Rose

📋 copy color: '#EBC7DF'

red 235 ◦ green 199 ◦ blue 223

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

Shades of Classic Rose #EBC7DF

Tints of Classic Rose #EBC7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.29%

 BLUE value IS 223 (87.5% from 255) = 33.94%

R = 35.77%
G = 30.29%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBC7DF (or 0xEBC7DF) is known color: Classic Rose. HEX triplet: EB, C7 and DF. RGB value is (235,199,223). Sum of RGB (Red+Green+Blue) = 235+199+223=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7DF is #143820. Grayscale: #D4D4D4. Windows color (decimal): -1325089 or 14665707. OLE color: 14665707.

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

Color convert

RGB 235 199 223 -
CMYK 0 0.15 0.05 0.08
HSL 320º 0.47% 0.85% -
HSV(B) 320º 0.15% 0.92% -
XYZ 68 63.84 78.55 -
YUV 212.5 133.93 144.05 -
System Red Green Blue C M Y K H S L
Decimal 235 199 223 0 0.15 0.05 0.08 320 0.47 0.85
Hex EB C7 DF 0 F 5 8 140 2F 55
Octal 353 307 337 0 17 5 10 500 57 125
Binary 11101011 11000111 11011111 0 1111 101 1000 101000000 101111 1010101

Color Harmonies of #EBC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7DF

Black with #EBC7DF

Text Example


Text Example

White with #EBC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7DF; }

 p { color: rgb(235,199,223); }

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

background-color css

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

 a { background-color: rgb(235,199,223); }

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

border-color css

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

 span { border-color: rgb(235,199,223); }

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