Html Css Color HEX #EFB8C8 Chantilly

📋 copy color: '#EFB8C8'

red 239 ◦ green 184 ◦ blue 200

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

Shades of Chantilly #EFB8C8

Tints of Chantilly #EFB8C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.1%

R = 38.36%
G = 29.53%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFB8C8 (or 0xEFB8C8) is known color: Chantilly. HEX triplet: EF, B8 and C8. RGB value is (239,184,200). Sum of RGB (Red+Green+Blue) = 239+184+200=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8C8 is #104737. Grayscale: #CACACA. Windows color (decimal): -1066808 or 13154543. OLE color: 13154543.

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

Color convert

RGB 239 184 200 -
CMYK 0 0.23 0.16 0.06
HSL 342.55º 0.63% 0.83% -
HSV(B) 342.55º 0.23% 0.94% -
XYZ 63.16 56.8 62.28 -
YUV 202.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 239 184 200 0 0.23 0.16 0.06 342.55 0.63 0.83
Hex EF B8 C8 0 17 10 6 157 3F 53
Octal 357 270 310 0 27 20 6 527 77 123
Binary 11101111 10111000 11001000 0 10111 10000 110 101010111 111111 1010011

Color Harmonies of #EFB8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB8C8

Black with #EFB8C8

Text Example


Text Example

White with #EFB8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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