Html Css Color HEX #EFBBCE Chantilly

📋 copy color: '#EFBBCE'

red 239 ◦ green 187 ◦ blue 206

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

Shades of Chantilly #EFBBCE

Tints of Chantilly #EFBBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.59%

R = 37.82%
G = 29.59%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFBBCE (or 0xEFBBCE) is known color: Chantilly. HEX triplet: EF, BB and CE. RGB value is (239,187,206). Sum of RGB (Red+Green+Blue) = 239+187+206=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBCE is #104431. Grayscale: #CCCCCC. Windows color (decimal): -1066034 or 13548527. OLE color: 13548527.

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

Color convert

RGB 239 187 206 -
CMYK 0 0.22 0.14 0.06
HSL 338.08º 0.62% 0.84% -
HSV(B) 338.08º 0.22% 0.94% -
XYZ 64.51 58.35 66.25 -
YUV 204.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 239 187 206 0 0.22 0.14 0.06 338.08 0.62 0.84
Hex EF BB CE 0 16 E 6 152 3E 54
Octal 357 273 316 0 26 16 6 522 76 124
Binary 11101111 10111011 11001110 0 10110 1110 110 101010010 111110 1010100

Color Harmonies of #EFBBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBCE

Black with #EFBBCE

Text Example


Text Example

White with #EFBBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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