Html Css Color HEX #EBB9C2 Chantilly

📋 copy color: '#EBB9C2'

red 235 ◦ green 185 ◦ blue 194

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

Shades of Chantilly #EBB9C2

Tints of Chantilly #EBB9C2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.13%

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

R = 38.27%
G = 30.13%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBB9C2 (or 0xEBB9C2) is known color: Chantilly. HEX triplet: EB, B9 and C2. RGB value is (235,185,194). Sum of RGB (Red+Green+Blue) = 235+185+194=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9C2 is #14463D. Grayscale: #C8C8C8. Windows color (decimal): -1328702 or 12761579. OLE color: 12761579.

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

Color convert

RGB 235 185 194 -
CMYK 0 0.21 0.17 0.08
HSL 349.2º 0.56% 0.82% -
HSV(B) 349.2º 0.21% 0.92% -
XYZ 61.35 56.26 58.66 -
YUV 200.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 235 185 194 0 0.21 0.17 0.08 349.2 0.56 0.82
Hex EB B9 C2 0 15 11 8 15D 38 52
Octal 353 271 302 0 25 21 10 535 70 122
Binary 11101011 10111001 11000010 0 10101 10001 1000 101011101 111000 1010010

Color Harmonies of #EBB9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9C2

Black with #EBB9C2

Text Example


Text Example

White with #EBB9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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