Html Css Color HEX #EFBCD0 Chantilly

📋 copy color: '#EFBCD0'

red 239 ◦ green 188 ◦ blue 208

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

Shades of Chantilly #EFBCD0

Tints of Chantilly #EFBCD0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.61%

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

R = 37.64%
G = 29.61%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFBCD0 (or 0xEFBCD0) is known color: Chantilly. HEX triplet: EF, BC and D0. RGB value is (239,188,208). Sum of RGB (Red+Green+Blue) = 239+188+208=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCD0 is #10432F. Grayscale: #CDCDCD. Windows color (decimal): -1065776 or 13679855. OLE color: 13679855.

HSL color Cylindrical-coordinate representation of color #EFBCD0: hue angle of 336.47º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBCD0 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 188 208 -
CMYK 0 0.21 0.13 0.06
HSL 336.47º 0.61% 0.84% -
HSV(B) 336.47º 0.21% 0.94% -
XYZ 64.96 58.87 67.61 -
YUV 205.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 239 188 208 0 0.21 0.13 0.06 336.47 0.61 0.84
Hex EF BC D0 0 15 D 6 150 3D 54
Octal 357 274 320 0 25 15 6 520 75 124
Binary 11101111 10111100 11010000 0 10101 1101 110 101010000 111101 1010100

Color Harmonies of #EFBCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCD0

Black with #EFBCD0

Text Example


Text Example

White with #EFBCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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