Html Css Color HEX #EFC2CF Chantilly

📋 copy color: '#EFC2CF'

red 239 ◦ green 194 ◦ blue 207

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

Shades of Chantilly #EFC2CF

Tints of Chantilly #EFC2CF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.31%

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

R = 37.34%
G = 30.31%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFC2CF (or 0xEFC2CF) is known color: Chantilly. HEX triplet: EF, C2 and CF. RGB value is (239,194,207). Sum of RGB (Red+Green+Blue) = 239+194+207=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2CF is #103D30. Grayscale: #D0D0D0. Windows color (decimal): -1064241 or 13615855. OLE color: 13615855.

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

Color convert

RGB 239 194 207 -
CMYK 0 0.19 0.13 0.06
HSL 342.67º 0.58% 0.85% -
HSV(B) 342.67º 0.19% 0.94% -
XYZ 66.15 61.44 67.4 -
YUV 208.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 239 194 207 0 0.19 0.13 0.06 342.67 0.58 0.85
Hex EF C2 CF 0 13 D 6 157 3A 55
Octal 357 302 317 0 23 15 6 527 72 125
Binary 11101111 11000010 11001111 0 10011 1101 110 101010111 111010 1010101

Color Harmonies of #EFC2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2CF

Black with #EFC2CF

Text Example


Text Example

White with #EFC2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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