Html Css Color HEX #EBC4D2 Prim

📋 copy color: '#EBC4D2'

red 235 ◦ green 196 ◦ blue 210

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

Shades of Prim #EBC4D2

Tints of Prim #EBC4D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.76%

R = 36.66%
G = 30.58%
B = 32.76%

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

#EBC4D2 (or 0xEBC4D2) is known color: Prim. HEX triplet: EB, C4 and D2. RGB value is (235,196,210). Sum of RGB (Red+Green+Blue) = 235+196+210=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4D2 is #143B2D. Grayscale: #D1D1D1. Windows color (decimal): -1325870 or 13812971. OLE color: 13812971.

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

Color convert

RGB 235 196 210 -
CMYK 0 0.17 0.11 0.08
HSL 338.46º 0.49% 0.85% -
HSV(B) 338.46º 0.17% 0.92% -
XYZ 65.63 61.8 69.44 -
YUV 209.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 235 196 210 0 0.17 0.11 0.08 338.46 0.49 0.85
Hex EB C4 D2 0 11 B 8 152 31 55
Octal 353 304 322 0 21 13 10 522 61 125
Binary 11101011 11000100 11010010 0 10001 1011 1000 101010010 110001 1010101

Color Harmonies of #EBC4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4D2

Black with #EBC4D2

Text Example


Text Example

White with #EBC4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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