Html Css Color HEX #EBC7DA Classic Rose

📋 copy color: '#EBC7DA'

red 235 ◦ green 199 ◦ blue 218

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

Shades of Classic Rose #EBC7DA

Tints of Classic Rose #EBC7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.44%

R = 36.04%
G = 30.52%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBC7DA (or 0xEBC7DA) is known color: Classic Rose. HEX triplet: EB, C7 and DA. RGB value is (235,199,218). Sum of RGB (Red+Green+Blue) = 235+199+218=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7DA is #143825. Grayscale: #D3D3D3. Windows color (decimal): -1325094 or 14338027. OLE color: 14338027.

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

Color convert

RGB 235 199 218 -
CMYK 0 0.15 0.07 0.08
HSL 328.33º 0.47% 0.85% -
HSV(B) 328.33º 0.15% 0.92% -
XYZ 67.34 63.57 75.05 -
YUV 211.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 235 199 218 0 0.15 0.07 0.08 328.33 0.47 0.85
Hex EB C7 DA 0 F 7 8 148 2F 55
Octal 353 307 332 0 17 7 10 510 57 125
Binary 11101011 11000111 11011010 0 1111 111 1000 101001000 101111 1010101

Color Harmonies of #EBC7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7DA

Black with #EBC7DA

Text Example


Text Example

White with #EBC7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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