Html Css Color HEX #EBC0DA Classic Rose

📋 copy color: '#EBC0DA'

red 235 ◦ green 192 ◦ blue 218

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

Shades of Classic Rose #EBC0DA

Tints of Classic Rose #EBC0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.77%

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

R = 36.43%
G = 29.77%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBC0DA (or 0xEBC0DA) is known color: Classic Rose. HEX triplet: EB, C0 and DA. RGB value is (235,192,218). Sum of RGB (Red+Green+Blue) = 235+192+218=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0DA is #143F25. Grayscale: #CFCFCF. Windows color (decimal): -1326886 or 14336235. OLE color: 14336235.

HSL color Cylindrical-coordinate representation of color #EBC0DA: hue angle of 323.72º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC0DA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 218 -
CMYK 0 0.18 0.07 0.08
HSL 323.72º 0.52% 0.84% -
HSV(B) 323.72º 0.18% 0.92% -
XYZ 65.77 60.42 74.53 -
YUV 207.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 235 192 218 0 0.18 0.07 0.08 323.72 0.52 0.84
Hex EB C0 DA 0 12 7 8 144 34 54
Octal 353 300 332 0 22 7 10 504 64 124
Binary 11101011 11000000 11011010 0 10010 111 1000 101000100 110100 1010100

Color Harmonies of #EBC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0DA

Black with #EBC0DA

Text Example


Text Example

White with #EBC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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