Html Css Color HEX #EFBFD0 Chantilly

📋 copy color: '#EFBFD0'

red 239 ◦ green 191 ◦ blue 208

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

Shades of Chantilly #EFBFD0

Tints of Chantilly #EFBFD0

RGB

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

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

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

R = 37.46%
G = 29.94%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFBFD0 (or 0xEFBFD0) is known color: Chantilly. HEX triplet: EF, BF and D0. RGB value is (239,191,208). Sum of RGB (Red+Green+Blue) = 239+191+208=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD0 is #10402F. Grayscale: #CFCFCF. Windows color (decimal): -1065008 or 13680623. OLE color: 13680623.

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

Color convert

RGB 239 191 208 -
CMYK 0 0.20 0.13 0.06
HSL 338.75º 0.6% 0.84% -
HSV(B) 338.75º 0.2% 0.94% -
XYZ 65.61 60.17 67.83 -
YUV 207.29 128.4 150.62 -
System Red Green Blue C M Y K H S L
Decimal 239 191 208 0 0.20 0.13 0.06 338.75 0.6 0.84
Hex EF BF D0 0 14 D 6 153 3C 54
Octal 357 277 320 0 24 15 6 523 74 124
Binary 11101111 10111111 11010000 0 10100 1101 110 101010011 111100 1010100

Color Harmonies of #EFBFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFD0

Black with #EFBFD0

Text Example


Text Example

White with #EFBFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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