Html Css Color HEX #EBBFD0 Chantilly

📋 copy color: '#EBBFD0'

red 235 ◦ green 191 ◦ blue 208

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

Shades of Chantilly #EBBFD0

Tints of Chantilly #EBBFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.81%

R = 37.07%
G = 30.13%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBBFD0 (or 0xEBBFD0) is known color: Chantilly. HEX triplet: EB, BF and D0. RGB value is (235,191,208). Sum of RGB (Red+Green+Blue) = 235+191+208=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFD0 is #14402F. Grayscale: #CECECE. Windows color (decimal): -1327152 or 13680619. OLE color: 13680619.

HSL color Cylindrical-coordinate representation of color #EBBFD0: hue angle of 336.82º 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 #EBBFD0 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 191 208 -
CMYK 0 0.19 0.11 0.08
HSL 336.82º 0.52% 0.84% -
HSV(B) 336.82º 0.19% 0.92% -
XYZ 64.28 59.48 67.77 -
YUV 206.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 235 191 208 0 0.19 0.11 0.08 336.82 0.52 0.84
Hex EB BF D0 0 13 B 8 151 34 54
Octal 353 277 320 0 23 13 10 521 64 124
Binary 11101011 10111111 11010000 0 10011 1011 1000 101010001 110100 1010100

Color Harmonies of #EBBFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFD0

Black with #EBBFD0

Text Example


Text Example

White with #EBBFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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