Html Css Color HEX #EBC7DE Classic Rose

📋 copy color: '#EBC7DE'

red 235 ◦ green 199 ◦ blue 222

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

Shades of Classic Rose #EBC7DE

Tints of Classic Rose #EBC7DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.84%

R = 35.82%
G = 30.34%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBC7DE (or 0xEBC7DE) is known color: Classic Rose. HEX triplet: EB, C7 and DE. RGB value is (235,199,222). Sum of RGB (Red+Green+Blue) = 235+199+222=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7DE is #143821. Grayscale: #D4D4D4. Windows color (decimal): -1325090 or 14600171. OLE color: 14600171.

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

Color convert

RGB 235 199 222 -
CMYK 0 0.15 0.06 0.08
HSL 321.67º 0.47% 0.85% -
HSV(B) 321.67º 0.15% 0.92% -
XYZ 67.87 63.78 77.84 -
YUV 212.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 235 199 222 0 0.15 0.06 0.08 321.67 0.47 0.85
Hex EB C7 DE 0 F 6 8 142 2F 55
Octal 353 307 336 0 17 6 10 502 57 125
Binary 11101011 11000111 11011110 0 1111 110 1000 101000010 101111 1010101

Color Harmonies of #EBC7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7DE

Black with #EBC7DE

Text Example


Text Example

White with #EBC7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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