Html Css Color HEX #EFC0CD Chantilly

📋 copy color: '#EFC0CD'

red 239 ◦ green 192 ◦ blue 205

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

Shades of Chantilly #EFC0CD

Tints of Chantilly #EFC0CD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.19%

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

R = 37.58%
G = 30.19%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFC0CD (or 0xEFC0CD) is known color: Chantilly. HEX triplet: EF, C0 and CD. RGB value is (239,192,205). Sum of RGB (Red+Green+Blue) = 239+192+205=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0CD is #103F32. Grayscale: #CFCFCF. Windows color (decimal): -1064755 or 13484271. OLE color: 13484271.

HSL color Cylindrical-coordinate representation of color #EFC0CD: hue angle of 343.4º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0CD is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 205 -
CMYK 0 0.20 0.14 0.06
HSL 343.4º 0.59% 0.85% -
HSV(B) 343.4º 0.2% 0.94% -
XYZ 65.47 60.46 65.98 -
YUV 207.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 239 192 205 0 0.20 0.14 0.06 343.4 0.59 0.85
Hex EF C0 CD 0 14 E 6 157 3B 55
Octal 357 300 315 0 24 16 6 527 73 125
Binary 11101111 11000000 11001101 0 10100 1110 110 101010111 111011 1010101

Color Harmonies of #EFC0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0CD

Black with #EFC0CD

Text Example


Text Example

White with #EFC0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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