Html Css Color HEX #EFBBCF Chantilly

📋 copy color: '#EFBBCF'

red 239 ◦ green 187 ◦ blue 207

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

Shades of Chantilly #EFBBCF

Tints of Chantilly #EFBBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.7%

R = 37.76%
G = 29.54%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFBBCF (or 0xEFBBCF) is known color: Chantilly. HEX triplet: EF, BB and CF. RGB value is (239,187,207). Sum of RGB (Red+Green+Blue) = 239+187+207=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBCF is #104430. Grayscale: #CCCCCC. Windows color (decimal): -1066033 or 13614063. OLE color: 13614063.

HSL color Cylindrical-coordinate representation of color #EFBBCF: hue angle of 336.92º 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 #EFBBCF is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 187 207 -
CMYK 0 0.22 0.13 0.06
HSL 336.92º 0.62% 0.84% -
HSV(B) 336.92º 0.22% 0.94% -
XYZ 64.63 58.4 66.9 -
YUV 204.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 239 187 207 0 0.22 0.13 0.06 336.92 0.62 0.84
Hex EF BB CF 0 16 D 6 151 3E 54
Octal 357 273 317 0 26 15 6 521 76 124
Binary 11101111 10111011 11001111 0 10110 1101 110 101010001 111110 1010100

Color Harmonies of #EFBBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBCF

Black with #EFBBCF

Text Example


Text Example

White with #EFBBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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