Html Css Color HEX #EFBBD0 Chantilly

📋 copy color: '#EFBBD0'

red 239 ◦ green 187 ◦ blue 208

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

Shades of Chantilly #EFBBD0

Tints of Chantilly #EFBBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.81%

R = 37.7%
G = 29.5%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFBBD0 (or 0xEFBBD0) is known color: Chantilly. HEX triplet: EF, BB and D0. RGB value is (239,187,208). Sum of RGB (Red+Green+Blue) = 239+187+208=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD0 is #10442F. Grayscale: #CCCCCC. Windows color (decimal): -1066032 or 13679599. OLE color: 13679599.

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

Color convert

RGB 239 187 208 -
CMYK 0 0.22 0.13 0.06
HSL 335.77º 0.62% 0.84% -
HSV(B) 335.77º 0.22% 0.94% -
XYZ 64.75 58.45 67.54 -
YUV 204.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 239 187 208 0 0.22 0.13 0.06 335.77 0.62 0.84
Hex EF BB D0 0 16 D 6 150 3E 54
Octal 357 273 320 0 26 15 6 520 76 124
Binary 11101111 10111011 11010000 0 10110 1101 110 101010000 111110 1010100

Color Harmonies of #EFBBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBD0

Black with #EFBBD0

Text Example


Text Example

White with #EFBBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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