Html Css Color HEX #EBC9D6 Prim

📋 copy color: '#EBC9D6'

red 235 ◦ green 201 ◦ blue 214

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

Shades of Prim #EBC9D6

Tints of Prim #EBC9D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.92%

R = 36.15%
G = 30.92%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBC9D6 (or 0xEBC9D6) is known color: Prim. HEX triplet: EB, C9 and D6. RGB value is (235,201,214). Sum of RGB (Red+Green+Blue) = 235+201+214=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9D6 is #143629. Grayscale: #D4D4D4. Windows color (decimal): -1324586 or 14076395. OLE color: 14076395.

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

Color convert

RGB 235 201 214 -
CMYK 0 0.14 0.09 0.08
HSL 337.06º 0.46% 0.85% -
HSV(B) 337.06º 0.14% 0.92% -
XYZ 67.29 64.29 72.48 -
YUV 212.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 235 201 214 0 0.14 0.09 0.08 337.06 0.46 0.85
Hex EB C9 D6 0 E 9 8 151 2E 55
Octal 353 311 326 0 16 11 10 521 56 125
Binary 11101011 11001001 11010110 0 1110 1001 1000 101010001 101110 1010101

Color Harmonies of #EBC9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9D6

Black with #EBC9D6

Text Example


Text Example

White with #EBC9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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