Html Css Color HEX #EBC1D3 Classic Rose

📋 copy color: '#EBC1D3'

red 235 ◦ green 193 ◦ blue 211

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

Shades of Classic Rose #EBC1D3

Tints of Classic Rose #EBC1D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.02%

R = 36.78%
G = 30.2%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBC1D3 (or 0xEBC1D3) is known color: Classic Rose. HEX triplet: EB, C1 and D3. RGB value is (235,193,211). Sum of RGB (Red+Green+Blue) = 235+193+211=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1D3 is #143E2C. Grayscale: #CFCFCF. Windows color (decimal): -1326637 or 13877739. OLE color: 13877739.

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

Color convert

RGB 235 193 211 -
CMYK 0 0.18 0.10 0.08
HSL 334.29º 0.51% 0.84% -
HSV(B) 334.29º 0.18% 0.92% -
XYZ 65.09 60.51 69.88 -
YUV 207.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 235 193 211 0 0.18 0.10 0.08 334.29 0.51 0.84
Hex EB C1 D3 0 12 A 8 14E 33 54
Octal 353 301 323 0 22 12 10 516 63 124
Binary 11101011 11000001 11010011 0 10010 1010 1000 101001110 110011 1010100

Color Harmonies of #EBC1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1D3

Black with #EBC1D3

Text Example


Text Example

White with #EBC1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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