Html Css Color HEX #EBC9D4 Prim

📋 copy color: '#EBC9D4'

red 235 ◦ green 201 ◦ blue 212

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

Shades of Prim #EBC9D4

Tints of Prim #EBC9D4

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.02%

 BLUE value IS 212 (83.2% from 255) = 32.72%

R = 36.27%
G = 31.02%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBC9D4 (or 0xEBC9D4) is known color: Prim. HEX triplet: EB, C9 and D4. RGB value is (235,201,212). Sum of RGB (Red+Green+Blue) = 235+201+212=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9D4 is #14362B. Grayscale: #D4D4D4. Windows color (decimal): -1324588 or 13945323. OLE color: 13945323.

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

Color convert

RGB 235 201 212 -
CMYK 0 0.14 0.10 0.08
HSL 340.59º 0.46% 0.85% -
HSV(B) 340.59º 0.14% 0.92% -
XYZ 67.03 64.19 71.14 -
YUV 212.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 235 201 212 0 0.14 0.10 0.08 340.59 0.46 0.85
Hex EB C9 D4 0 E A 8 155 2E 55
Octal 353 311 324 0 16 12 10 525 56 125
Binary 11101011 11001001 11010100 0 1110 1010 1000 101010101 101110 1010101

Color Harmonies of #EBC9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9D4

Black with #EBC9D4

Text Example


Text Example

White with #EBC9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9D4; }

 p { color: rgb(235,201,212); }

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

background-color css

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

 a { background-color: rgb(235,201,212); }

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

border-color css

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

 span { border-color: rgb(235,201,212); }

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