Html Css Color HEX #EBB8C2 Chantilly

📋 copy color: '#EBB8C2'

red 235 ◦ green 184 ◦ blue 194

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

Shades of Chantilly #EBB8C2

Tints of Chantilly #EBB8C2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.02%

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

R = 38.34%
G = 30.02%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBB8C2 (or 0xEBB8C2) is known color: Chantilly. HEX triplet: EB, B8 and C2. RGB value is (235,184,194). Sum of RGB (Red+Green+Blue) = 235+184+194=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8C2 is #14473D. Grayscale: #C8C8C8. Windows color (decimal): -1328958 or 12761323. OLE color: 12761323.

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

Color convert

RGB 235 184 194 -
CMYK 0 0.22 0.17 0.08
HSL 348.24º 0.56% 0.82% -
HSV(B) 348.24º 0.22% 0.92% -
XYZ 61.14 55.84 58.59 -
YUV 200.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 235 184 194 0 0.22 0.17 0.08 348.24 0.56 0.82
Hex EB B8 C2 0 16 11 8 15C 38 52
Octal 353 270 302 0 26 21 10 534 70 122
Binary 11101011 10111000 11000010 0 10110 10001 1000 101011100 111000 1010010

Color Harmonies of #EBB8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB8C2

Black with #EBB8C2

Text Example


Text Example

White with #EBB8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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