Html Css Color HEX #EBC8D5 Prim

📋 copy color: '#EBC8D5'

red 235 ◦ green 200 ◦ blue 213

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

Shades of Prim #EBC8D5

Tints of Prim #EBC8D5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.86%

 BLUE value IS 213 (83.59% from 255) = 32.87%

R = 36.27%
G = 30.86%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBC8D5 (or 0xEBC8D5) is known color: Prim. HEX triplet: EB, C8 and D5. RGB value is (235,200,213). Sum of RGB (Red+Green+Blue) = 235+200+213=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8D5 is #14372A. Grayscale: #D3D3D3. Windows color (decimal): -1324843 or 14010603. OLE color: 14010603.

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

Color convert

RGB 235 200 213 -
CMYK 0 0.15 0.09 0.08
HSL 337.71º 0.47% 0.85% -
HSV(B) 337.71º 0.15% 0.92% -
XYZ 66.93 63.77 71.73 -
YUV 211.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 235 200 213 0 0.15 0.09 0.08 337.71 0.47 0.85
Hex EB C8 D5 0 F 9 8 152 2F 55
Octal 353 310 325 0 17 11 10 522 57 125
Binary 11101011 11001000 11010101 0 1111 1001 1000 101010010 101111 1010101

Color Harmonies of #EBC8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8D5

Black with #EBC8D5

Text Example


Text Example

White with #EBC8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8D5; }

 p { color: rgb(235,200,213); }

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

background-color css

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

 a { background-color: rgb(235,200,213); }

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

border-color css

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

 span { border-color: rgb(235,200,213); }

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