Html Css Color HEX #EBBFC9 Chantilly

📋 copy color: '#EBBFC9'

red 235 ◦ green 191 ◦ blue 201

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

Shades of Chantilly #EBBFC9

Tints of Chantilly #EBBFC9

RGB

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

 GREEN value IS 191 (75% from 255) = 30.46%

 BLUE value IS 201 (78.91% from 255) = 32.06%

R = 37.48%
G = 30.46%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBBFC9 (or 0xEBBFC9) is known color: Chantilly. HEX triplet: EB, BF and C9. RGB value is (235,191,201). Sum of RGB (Red+Green+Blue) = 235+191+201=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFC9 is #144036. Grayscale: #CDCDCD. Windows color (decimal): -1327159 or 13221867. OLE color: 13221867.

HSL color Cylindrical-coordinate representation of color #EBBFC9: hue angle of 346.36º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFC9 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 191 201 -
CMYK 0 0.19 0.14 0.08
HSL 346.36º 0.52% 0.84% -
HSV(B) 346.36º 0.19% 0.92% -
XYZ 63.43 59.14 63.33 -
YUV 205.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 235 191 201 0 0.19 0.14 0.08 346.36 0.52 0.84
Hex EB BF C9 0 13 E 8 15A 34 54
Octal 353 277 311 0 23 16 10 532 64 124
Binary 11101011 10111111 11001001 0 10011 1110 1000 101011010 110100 1010100

Color Harmonies of #EBBFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFC9

Black with #EBBFC9

Text Example


Text Example

White with #EBBFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFC9; }

 p { color: rgb(235,191,201); }

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

background-color css

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

 a { background-color: rgb(235,191,201); }

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

border-color css

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

 span { border-color: rgb(235,191,201); }

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