Html Css Color HEX #EFBBCB Chantilly

📋 copy color: '#EFBBCB'

red 239 ◦ green 187 ◦ blue 203

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

Shades of Chantilly #EFBBCB

Tints of Chantilly #EFBBCB

RGB

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

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

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

R = 38%
G = 29.73%
B = 32.27%

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

#EFBBCB (or 0xEFBBCB) is known color: Chantilly. HEX triplet: EF, BB and CB. RGB value is (239,187,203). Sum of RGB (Red+Green+Blue) = 239+187+203=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBCB is #104434. Grayscale: #CCCCCC. Windows color (decimal): -1066037 or 13351919. OLE color: 13351919.

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

Color convert

RGB 239 187 203 -
CMYK 0 0.22 0.15 0.06
HSL 341.54º 0.62% 0.84% -
HSV(B) 341.54º 0.22% 0.94% -
XYZ 64.15 58.2 64.35 -
YUV 204.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 239 187 203 0 0.22 0.15 0.06 341.54 0.62 0.84
Hex EF BB CB 0 16 F 6 156 3E 54
Octal 357 273 313 0 26 17 6 526 76 124
Binary 11101111 10111011 11001011 0 10110 1111 110 101010110 111110 1010100

Color Harmonies of #EFBBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBCB

Black with #EFBBCB

Text Example


Text Example

White with #EFBBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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