Html Css Color HEX #EBC5D3 Prim

📋 copy color: '#EBC5D3'

red 235 ◦ green 197 ◦ blue 211

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

Shades of Prim #EBC5D3

Tints of Prim #EBC5D3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.64%

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

R = 36.55%
G = 30.64%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBC5D3 (or 0xEBC5D3) is known color: Prim. HEX triplet: EB, C5 and D3. RGB value is (235,197,211). Sum of RGB (Red+Green+Blue) = 235+197+211=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5D3 is #143A2C. Grayscale: #D1D1D1. Windows color (decimal): -1325613 or 13878763. OLE color: 13878763.

HSL color Cylindrical-coordinate representation of color #EBC5D3: hue angle of 337.89º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC5D3 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 211 -
CMYK 0 0.16 0.10 0.08
HSL 337.89º 0.49% 0.85% -
HSV(B) 337.89º 0.16% 0.92% -
XYZ 65.99 62.3 70.17 -
YUV 209.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 235 197 211 0 0.16 0.10 0.08 337.89 0.49 0.85
Hex EB C5 D3 0 10 A 8 152 31 55
Octal 353 305 323 0 20 12 10 522 61 125
Binary 11101011 11000101 11010011 0 10000 1010 1000 101010010 110001 1010101

Color Harmonies of #EBC5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5D3

Black with #EBC5D3

Text Example


Text Example

White with #EBC5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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