Html Css Color HEX #EBC7D2 Prim

📋 copy color: '#EBC7D2'

red 235 ◦ green 199 ◦ blue 210

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

Shades of Prim #EBC7D2

Tints of Prim #EBC7D2

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.9%

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

R = 36.49%
G = 30.9%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBC7D2 (or 0xEBC7D2) is known color: Prim. HEX triplet: EB, C7 and D2. RGB value is (235,199,210). Sum of RGB (Red+Green+Blue) = 235+199+210=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7D2 is #14382D. Grayscale: #D3D3D3. Windows color (decimal): -1325102 or 13813739. OLE color: 13813739.

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

Color convert

RGB 235 199 210 -
CMYK 0 0.15 0.11 0.08
HSL 341.67º 0.47% 0.85% -
HSV(B) 341.67º 0.15% 0.92% -
XYZ 66.32 63.16 69.67 -
YUV 211.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 235 199 210 0 0.15 0.11 0.08 341.67 0.47 0.85
Hex EB C7 D2 0 F B 8 156 2F 55
Octal 353 307 322 0 17 13 10 526 57 125
Binary 11101011 11000111 11010010 0 1111 1011 1000 101010110 101111 1010101

Color Harmonies of #EBC7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7D2

Black with #EBC7D2

Text Example


Text Example

White with #EBC7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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