Html Css Color HEX #EFB9D0 Chantilly

📋 copy color: '#EFB9D0'

red 239 ◦ green 185 ◦ blue 208

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

Shades of Chantilly #EFB9D0

Tints of Chantilly #EFB9D0

RGB

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

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

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

R = 37.82%
G = 29.27%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFB9D0 (or 0xEFB9D0) is known color: Chantilly. HEX triplet: EF, B9 and D0. RGB value is (239,185,208). Sum of RGB (Red+Green+Blue) = 239+185+208=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9D0 is #10462F. Grayscale: #CBCBCB. Windows color (decimal): -1066544 or 13679087. OLE color: 13679087.

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

Color convert

RGB 239 185 208 -
CMYK 0 0.23 0.13 0.06
HSL 334.44º 0.63% 0.83% -
HSV(B) 334.44º 0.23% 0.94% -
XYZ 64.33 57.6 67.4 -
YUV 203.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 239 185 208 0 0.23 0.13 0.06 334.44 0.63 0.83
Hex EF B9 D0 0 17 D 6 14E 3F 53
Octal 357 271 320 0 27 15 6 516 77 123
Binary 11101111 10111001 11010000 0 10111 1101 110 101001110 111111 1010011

Color Harmonies of #EFB9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9D0

Black with #EFB9D0

Text Example


Text Example

White with #EFB9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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