Html Css Color HEX #EBC6D3 Prim

📋 copy color: '#EBC6D3'

red 235 ◦ green 198 ◦ blue 211

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

Shades of Prim #EBC6D3

Tints of Prim #EBC6D3

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.75%

 BLUE value IS 211 (82.81% from 255) = 32.76%

R = 36.49%
G = 30.75%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBC6D3 (or 0xEBC6D3) is known color: Prim. HEX triplet: EB, C6 and D3. RGB value is (235,198,211). Sum of RGB (Red+Green+Blue) = 235+198+211=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6D3 is #14392C. Grayscale: #D2D2D2. Windows color (decimal): -1325357 or 13879019. OLE color: 13879019.

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

Color convert

RGB 235 198 211 -
CMYK 0 0.16 0.10 0.08
HSL 338.92º 0.48% 0.85% -
HSV(B) 338.92º 0.16% 0.92% -
XYZ 66.21 62.75 70.25 -
YUV 210.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 235 198 211 0 0.16 0.10 0.08 338.92 0.48 0.85
Hex EB C6 D3 0 10 A 8 153 30 55
Octal 353 306 323 0 20 12 10 523 60 125
Binary 11101011 11000110 11010011 0 10000 1010 1000 101010011 110000 1010101

Color Harmonies of #EBC6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6D3

Black with #EBC6D3

Text Example


Text Example

White with #EBC6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6D3; }

 p { color: rgb(235,198,211); }

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

background-color css

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

 a { background-color: rgb(235,198,211); }

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

border-color css

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

 span { border-color: rgb(235,198,211); }

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