Html Css Color HEX #EFBFCB Chantilly

📋 copy color: '#EFBFCB'

red 239 ◦ green 191 ◦ blue 203

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

Shades of Chantilly #EFBFCB

Tints of Chantilly #EFBFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.07%

R = 37.76%
G = 30.17%
B = 32.07%

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

#EFBFCB (or 0xEFBFCB) is known color: Chantilly. HEX triplet: EF, BF and CB. RGB value is (239,191,203). Sum of RGB (Red+Green+Blue) = 239+191+203=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFCB is #104034. Grayscale: #CECECE. Windows color (decimal): -1065013 or 13352943. OLE color: 13352943.

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

Color convert

RGB 239 191 203 -
CMYK 0 0.20 0.15 0.06
HSL 345º 0.6% 0.84% -
HSV(B) 345º 0.2% 0.94% -
XYZ 65.01 59.92 64.64 -
YUV 206.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 239 191 203 0 0.20 0.15 0.06 345 0.6 0.84
Hex EF BF CB 0 14 F 6 159 3C 54
Octal 357 277 313 0 24 17 6 531 74 124
Binary 11101111 10111111 11001011 0 10100 1111 110 101011001 111100 1010100

Color Harmonies of #EFBFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFCB

Black with #EFBFCB

Text Example


Text Example

White with #EFBFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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