Html Css Color HEX #EBB3C2 Chantilly

📋 copy color: '#EBB3C2'

red 235 ◦ green 179 ◦ blue 194

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

Shades of Chantilly #EBB3C2

Tints of Chantilly #EBB3C2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.44%

 BLUE value IS 194 (76.17% from 255) = 31.91%

R = 38.65%
G = 29.44%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBB3C2 (or 0xEBB3C2) is known color: Chantilly. HEX triplet: EB, B3 and C2. RGB value is (235,179,194). Sum of RGB (Red+Green+Blue) = 235+179+194=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3C2 is #144C3D. Grayscale: #C5C5C5. Windows color (decimal): -1330238 or 12760043. OLE color: 12760043.

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

Color convert

RGB 235 179 194 -
CMYK 0 0.24 0.17 0.08
HSL 343.93º 0.58% 0.81% -
HSV(B) 343.93º 0.24% 0.92% -
XYZ 60.12 53.8 58.25 -
YUV 197.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 235 179 194 0 0.24 0.17 0.08 343.93 0.58 0.81
Hex EB B3 C2 0 18 11 8 158 3A 51
Octal 353 263 302 0 30 21 10 530 72 121
Binary 11101011 10110011 11000010 0 11000 10001 1000 101011000 111010 1010001

Color Harmonies of #EBB3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB3C2

Black with #EBB3C2

Text Example


Text Example

White with #EBB3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB3C2; }

 p { color: rgb(235,179,194); }

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

background-color css

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

 a { background-color: rgb(235,179,194); }

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

border-color css

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

 span { border-color: rgb(235,179,194); }

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