Html Css Color HEX #EBC6DE Classic Rose

📋 copy color: '#EBC6DE'

red 235 ◦ green 198 ◦ blue 222

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

Shades of Classic Rose #EBC6DE

Tints of Classic Rose #EBC6DE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.23%

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

R = 35.88%
G = 30.23%
B = 33.89%

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

#EBC6DE (or 0xEBC6DE) is known color: Classic Rose. HEX triplet: EB, C6 and DE. RGB value is (235,198,222). Sum of RGB (Red+Green+Blue) = 235+198+222=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6DE is #143921. Grayscale: #D3D3D3. Windows color (decimal): -1325346 or 14599915. OLE color: 14599915.

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

Color convert

RGB 235 198 222 -
CMYK 0 0.16 0.06 0.08
HSL 321.08º 0.48% 0.85% -
HSV(B) 321.08º 0.16% 0.92% -
XYZ 67.64 63.32 77.77 -
YUV 211.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 235 198 222 0 0.16 0.06 0.08 321.08 0.48 0.85
Hex EB C6 DE 0 10 6 8 141 30 55
Octal 353 306 336 0 20 6 10 501 60 125
Binary 11101011 11000110 11011110 0 10000 110 1000 101000001 110000 1010101

Color Harmonies of #EBC6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6DE

Black with #EBC6DE

Text Example


Text Example

White with #EBC6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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