Html Css Color HEX #EBC1D6 Classic Rose

📋 copy color: '#EBC1D6'

red 235 ◦ green 193 ◦ blue 214

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

Shades of Classic Rose #EBC1D6

Tints of Classic Rose #EBC1D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.33%

R = 36.6%
G = 30.06%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBC1D6 (or 0xEBC1D6) is known color: Classic Rose. HEX triplet: EB, C1 and D6. RGB value is (235,193,214). Sum of RGB (Red+Green+Blue) = 235+193+214=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1D6 is #143E29. Grayscale: #CFCFCF. Windows color (decimal): -1326634 or 14074347. OLE color: 14074347.

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

Color convert

RGB 235 193 214 -
CMYK 0 0.18 0.09 0.08
HSL 330º 0.51% 0.84% -
HSV(B) 330º 0.18% 0.92% -
XYZ 65.47 60.66 71.88 -
YUV 207.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 235 193 214 0 0.18 0.09 0.08 330 0.51 0.84
Hex EB C1 D6 0 12 9 8 14A 33 54
Octal 353 301 326 0 22 11 10 512 63 124
Binary 11101011 11000001 11010110 0 10010 1001 1000 101001010 110011 1010100

Color Harmonies of #EBC1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1D6

Black with #EBC1D6

Text Example


Text Example

White with #EBC1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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