Html Css Color HEX #EFBBCC Chantilly

📋 copy color: '#EFBBCC'

red 239 ◦ green 187 ◦ blue 204

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

Shades of Chantilly #EFBBCC

Tints of Chantilly #EFBBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.38%

R = 37.94%
G = 29.68%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFBBCC (or 0xEFBBCC) is known color: Chantilly. HEX triplet: EF, BB and CC. RGB value is (239,187,204). Sum of RGB (Red+Green+Blue) = 239+187+204=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBCC is #104433. Grayscale: #CCCCCC. Windows color (decimal): -1066036 or 13417455. OLE color: 13417455.

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

Color convert

RGB 239 187 204 -
CMYK 0 0.22 0.15 0.06
HSL 340.38º 0.62% 0.84% -
HSV(B) 340.38º 0.22% 0.94% -
XYZ 64.27 58.25 64.98 -
YUV 204.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 239 187 204 0 0.22 0.15 0.06 340.38 0.62 0.84
Hex EF BB CC 0 16 F 6 154 3E 54
Octal 357 273 314 0 26 17 6 524 76 124
Binary 11101111 10111011 11001100 0 10110 1111 110 101010100 111110 1010100

Color Harmonies of #EFBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBCC

Black with #EFBBCC

Text Example


Text Example

White with #EFBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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