Html Css Color HEX #EFBFCC Chantilly

📋 copy color: '#EFBFCC'

red 239 ◦ green 191 ◦ blue 204

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

Shades of Chantilly #EFBFCC

Tints of Chantilly #EFBFCC

RGB

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

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

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

R = 37.7%
G = 30.13%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFBFCC (or 0xEFBFCC) is known color: Chantilly. HEX triplet: EF, BF and CC. RGB value is (239,191,204). Sum of RGB (Red+Green+Blue) = 239+191+204=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFCC is #104033. Grayscale: #CECECE. Windows color (decimal): -1065012 or 13418479. OLE color: 13418479.

HSL color Cylindrical-coordinate representation of color #EFBFCC: hue angle of 343.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFCC is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 191 204 -
CMYK 0 0.20 0.15 0.06
HSL 343.75º 0.6% 0.84% -
HSV(B) 343.75º 0.2% 0.94% -
XYZ 65.13 59.97 65.27 -
YUV 206.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 239 191 204 0 0.20 0.15 0.06 343.75 0.6 0.84
Hex EF BF CC 0 14 F 6 158 3C 54
Octal 357 277 314 0 24 17 6 530 74 124
Binary 11101111 10111111 11001100 0 10100 1111 110 101011000 111100 1010100

Color Harmonies of #EFBFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFCC

Black with #EFBFCC

Text Example


Text Example

White with #EFBFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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