Html Css Color HEX #EBB4C1 Chantilly

📋 copy color: '#EBB4C1'

red 235 ◦ green 180 ◦ blue 193

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

Shades of Chantilly #EBB4C1

Tints of Chantilly #EBB4C1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.61%

 BLUE value IS 193 (75.78% from 255) = 31.74%

R = 38.65%
G = 29.61%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBB4C1 (or 0xEBB4C1) is known color: Chantilly. HEX triplet: EB, B4 and C1. RGB value is (235,180,193). Sum of RGB (Red+Green+Blue) = 235+180+193=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4C1 is #144B3E. Grayscale: #C5C5C5. Windows color (decimal): -1329983 or 12694763. OLE color: 12694763.

HSL color Cylindrical-coordinate representation of color #EBB4C1: hue angle of 345.82º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB4C1 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 180 193 -
CMYK 0 0.23 0.18 0.08
HSL 345.82º 0.58% 0.81% -
HSV(B) 345.82º 0.23% 0.92% -
XYZ 60.21 54.15 57.73 -
YUV 197.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 235 180 193 0 0.23 0.18 0.08 345.82 0.58 0.81
Hex EB B4 C1 0 17 12 8 15A 3A 51
Octal 353 264 301 0 27 22 10 532 72 121
Binary 11101011 10110100 11000001 0 10111 10010 1000 101011010 111010 1010001

Color Harmonies of #EBB4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4C1

Black with #EBB4C1

Text Example


Text Example

White with #EBB4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4C1; }

 p { color: rgb(235,180,193); }

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

background-color css

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

 a { background-color: rgb(235,180,193); }

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

border-color css

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

 span { border-color: rgb(235,180,193); }

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