Html Css Color HEX #EBC1DC Classic Rose

📋 copy color: '#EBC1DC'

red 235 ◦ green 193 ◦ blue 220

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

Shades of Classic Rose #EBC1DC

Tints of Classic Rose #EBC1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.78%

 BLUE value IS 220 (86.33% from 255) = 33.95%

R = 36.27%
G = 29.78%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBC1DC (or 0xEBC1DC) is known color: Classic Rose. HEX triplet: EB, C1 and DC. RGB value is (235,193,220). Sum of RGB (Red+Green+Blue) = 235+193+220=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1DC is #143E23. Grayscale: #D0D0D0. Windows color (decimal): -1326628 or 14467563. OLE color: 14467563.

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

Color convert

RGB 235 193 220 -
CMYK 0 0.18 0.06 0.08
HSL 321.43º 0.51% 0.84% -
HSV(B) 321.43º 0.18% 0.92% -
XYZ 66.25 60.97 75.99 -
YUV 208.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 235 193 220 0 0.18 0.06 0.08 321.43 0.51 0.84
Hex EB C1 DC 0 12 6 8 141 33 54
Octal 353 301 334 0 22 6 10 501 63 124
Binary 11101011 11000001 11011100 0 10010 110 1000 101000001 110011 1010100

Color Harmonies of #EBC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1DC

Black with #EBC1DC

Text Example


Text Example

White with #EBC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1DC; }

 p { color: rgb(235,193,220); }

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

background-color css

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

 a { background-color: rgb(235,193,220); }

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

border-color css

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

 span { border-color: rgb(235,193,220); }

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