Html Css Color HEX #EFC2CD Chantilly

📋 copy color: '#EFC2CD'

red 239 ◦ green 194 ◦ blue 205

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

Shades of Chantilly #EFC2CD

Tints of Chantilly #EFC2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.13%

R = 37.46%
G = 30.41%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFC2CD (or 0xEFC2CD) is known color: Chantilly. HEX triplet: EF, C2 and CD. RGB value is (239,194,205). Sum of RGB (Red+Green+Blue) = 239+194+205=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2CD is #103D32. Grayscale: #D0D0D0. Windows color (decimal): -1064243 or 13484783. OLE color: 13484783.

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

Color convert

RGB 239 194 205 -
CMYK 0 0.19 0.14 0.06
HSL 345.33º 0.58% 0.85% -
HSV(B) 345.33º 0.19% 0.94% -
XYZ 65.91 61.34 66.12 -
YUV 208.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 239 194 205 0 0.19 0.14 0.06 345.33 0.58 0.85
Hex EF C2 CD 0 13 E 6 159 3A 55
Octal 357 302 315 0 23 16 6 531 72 125
Binary 11101111 11000010 11001101 0 10011 1110 110 101011001 111010 1010101

Color Harmonies of #EFC2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2CD

Black with #EFC2CD

Text Example


Text Example

White with #EFC2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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