Html Css Color HEX #EFBBC8 Chantilly

📋 copy color: '#EFBBC8'

red 239 ◦ green 187 ◦ blue 200

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

Shades of Chantilly #EFBBC8

Tints of Chantilly #EFBBC8

RGB

 RED value IS 239 (93.75% from 255) = 38.18%

 GREEN value IS 187 (73.44% from 255) = 29.87%

 BLUE value IS 200 (78.52% from 255) = 31.95%

R = 38.18%
G = 29.87%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFBBC8 (or 0xEFBBC8) is known color: Chantilly. HEX triplet: EF, BB and C8. RGB value is (239,187,200). Sum of RGB (Red+Green+Blue) = 239+187+200=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC8 is #104437. Grayscale: #CCCCCC. Windows color (decimal): -1066040 or 13155311. OLE color: 13155311.

HSL color Cylindrical-coordinate representation of color #EFBBC8: hue angle of 345º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBC8 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 187 200 -
CMYK 0 0.22 0.16 0.06
HSL 345º 0.62% 0.84% -
HSV(B) 345º 0.22% 0.94% -
XYZ 63.79 58.06 62.49 -
YUV 204.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 239 187 200 0 0.22 0.16 0.06 345 0.62 0.84
Hex EF BB C8 0 16 10 6 159 3E 54
Octal 357 273 310 0 26 20 6 531 76 124
Binary 11101111 10111011 11001000 0 10110 10000 110 101011001 111110 1010100

Color Harmonies of #EFBBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBC8

Black with #EFBBC8

Text Example


Text Example

White with #EFBBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBC8; }

 p { color: rgb(239,187,200); }

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

background-color css

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

 a { background-color: rgb(239,187,200); }

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

border-color css

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

 span { border-color: rgb(239,187,200); }

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