Html Css Color HEX #EBC4D0 Prim

📋 copy color: '#EBC4D0'

red 235 ◦ green 196 ◦ blue 208

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

Shades of Prim #EBC4D0

Tints of Prim #EBC4D0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.67%

 BLUE value IS 208 (81.64% from 255) = 32.55%

R = 36.78%
G = 30.67%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBC4D0 (or 0xEBC4D0) is known color: Prim. HEX triplet: EB, C4 and D0. RGB value is (235,196,208). Sum of RGB (Red+Green+Blue) = 235+196+208=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4D0 is #143B2F. Grayscale: #D1D1D1. Windows color (decimal): -1325872 or 13681899. OLE color: 13681899.

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

Color convert

RGB 235 196 208 -
CMYK 0 0.17 0.11 0.08
HSL 341.54º 0.49% 0.85% -
HSV(B) 341.54º 0.17% 0.92% -
XYZ 65.39 61.7 68.14 -
YUV 209.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 235 196 208 0 0.17 0.11 0.08 341.54 0.49 0.85
Hex EB C4 D0 0 11 B 8 156 31 55
Octal 353 304 320 0 21 13 10 526 61 125
Binary 11101011 11000100 11010000 0 10001 1011 1000 101010110 110001 1010101

Color Harmonies of #EBC4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4D0

Black with #EBC4D0

Text Example


Text Example

White with #EBC4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4D0; }

 p { color: rgb(235,196,208); }

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

background-color css

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

 a { background-color: rgb(235,196,208); }

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

border-color css

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

 span { border-color: rgb(235,196,208); }

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