Html Css Color HEX #EFB8D0 Chantilly

📋 copy color: '#EFB8D0'

red 239 ◦ green 184 ◦ blue 208

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

Shades of Chantilly #EFB8D0

Tints of Chantilly #EFB8D0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.16%

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

R = 37.88%
G = 29.16%
B = 32.96%

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

#EFB8D0 (or 0xEFB8D0) is known color: Chantilly. HEX triplet: EF, B8 and D0. RGB value is (239,184,208). Sum of RGB (Red+Green+Blue) = 239+184+208=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8D0 is #10472F. Grayscale: #CBCBCB. Windows color (decimal): -1066800 or 13678831. OLE color: 13678831.

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

Color convert

RGB 239 184 208 -
CMYK 0 0.23 0.13 0.06
HSL 333.82º 0.63% 0.83% -
HSV(B) 333.82º 0.23% 0.94% -
XYZ 64.12 57.19 67.33 -
YUV 203.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 239 184 208 0 0.23 0.13 0.06 333.82 0.63 0.83
Hex EF B8 D0 0 17 D 6 14E 3F 53
Octal 357 270 320 0 27 15 6 516 77 123
Binary 11101111 10111000 11010000 0 10111 1101 110 101001110 111111 1010011

Color Harmonies of #EFB8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB8D0

Black with #EFB8D0

Text Example


Text Example

White with #EFB8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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