Html Css Color HEX #EFBCCC Chantilly

📋 copy color: '#EFBCCC'

red 239 ◦ green 188 ◦ blue 204

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

Shades of Chantilly #EFBCCC

Tints of Chantilly #EFBCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.33%

R = 37.88%
G = 29.79%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFBCCC (or 0xEFBCCC) is known color: Chantilly. HEX triplet: EF, BC and CC. RGB value is (239,188,204). Sum of RGB (Red+Green+Blue) = 239+188+204=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCCC is #104333. Grayscale: #CDCDCD. Windows color (decimal): -1065780 or 13417711. OLE color: 13417711.

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

Color convert

RGB 239 188 204 -
CMYK 0 0.21 0.15 0.06
HSL 341.18º 0.61% 0.84% -
HSV(B) 341.18º 0.21% 0.94% -
XYZ 64.48 58.68 65.05 -
YUV 205.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 239 188 204 0 0.21 0.15 0.06 341.18 0.61 0.84
Hex EF BC CC 0 15 F 6 155 3D 54
Octal 357 274 314 0 25 17 6 525 75 124
Binary 11101111 10111100 11001100 0 10101 1111 110 101010101 111101 1010100

Color Harmonies of #EFBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCCC

Black with #EFBCCC

Text Example


Text Example

White with #EFBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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