Html Css Color HEX #EFB9CB Chantilly

📋 copy color: '#EFB9CB'

red 239 ◦ green 185 ◦ blue 203

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

Shades of Chantilly #EFB9CB

Tints of Chantilly #EFB9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.51%

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

R = 38.12%
G = 29.51%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFB9CB (or 0xEFB9CB) is known color: Chantilly. HEX triplet: EF, B9 and CB. RGB value is (239,185,203). Sum of RGB (Red+Green+Blue) = 239+185+203=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9CB is #104634. Grayscale: #CBCBCB. Windows color (decimal): -1066549 or 13351407. OLE color: 13351407.

HSL color Cylindrical-coordinate representation of color #EFB9CB: hue angle of 340º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9CB is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 203 -
CMYK 0 0.23 0.15 0.06
HSL 340º 0.63% 0.83% -
HSV(B) 340º 0.23% 0.94% -
XYZ 63.73 57.36 64.21 -
YUV 203.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 239 185 203 0 0.23 0.15 0.06 340 0.63 0.83
Hex EF B9 CB 0 17 F 6 154 3F 53
Octal 357 271 313 0 27 17 6 524 77 123
Binary 11101111 10111001 11001011 0 10111 1111 110 101010100 111111 1010011

Color Harmonies of #EFB9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9CB

Black with #EFB9CB

Text Example


Text Example

White with #EFB9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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