Html Css Color HEX #EFBCCF Chantilly

📋 copy color: '#EFBCCF'

red 239 ◦ green 188 ◦ blue 207

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

Shades of Chantilly #EFBCCF

Tints of Chantilly #EFBCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.65%

R = 37.7%
G = 29.65%
B = 32.65%

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

#EFBCCF (or 0xEFBCCF) is known color: Chantilly. HEX triplet: EF, BC and CF. RGB value is (239,188,207). Sum of RGB (Red+Green+Blue) = 239+188+207=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCCF is #104330. Grayscale: #CDCDCD. Windows color (decimal): -1065777 or 13614319. OLE color: 13614319.

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

Color convert

RGB 239 188 207 -
CMYK 0 0.21 0.13 0.06
HSL 337.65º 0.61% 0.84% -
HSV(B) 337.65º 0.21% 0.94% -
XYZ 64.84 58.82 66.97 -
YUV 205.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 239 188 207 0 0.21 0.13 0.06 337.65 0.61 0.84
Hex EF BC CF 0 15 D 6 152 3D 54
Octal 357 274 317 0 25 15 6 522 75 124
Binary 11101111 10111100 11001111 0 10101 1101 110 101010010 111101 1010100

Color Harmonies of #EFBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCCF

Black with #EFBCCF

Text Example


Text Example

White with #EFBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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