Html Css Color HEX #EFC0CA Chantilly

📋 copy color: '#EFC0CA'

red 239 ◦ green 192 ◦ blue 202

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

Shades of Chantilly #EFC0CA

Tints of Chantilly #EFC0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.91%

R = 37.76%
G = 30.33%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFC0CA (or 0xEFC0CA) is known color: Chantilly. HEX triplet: EF, C0 and CA. RGB value is (239,192,202). Sum of RGB (Red+Green+Blue) = 239+192+202=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0CA is #103F35. Grayscale: #CFCFCF. Windows color (decimal): -1064758 or 13287663. OLE color: 13287663.

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

Color convert

RGB 239 192 202 -
CMYK 0 0.20 0.15 0.06
HSL 347.23º 0.59% 0.85% -
HSV(B) 347.23º 0.2% 0.94% -
XYZ 65.11 60.31 64.09 -
YUV 207.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 239 192 202 0 0.20 0.15 0.06 347.23 0.59 0.85
Hex EF C0 CA 0 14 F 6 15B 3B 55
Octal 357 300 312 0 24 17 6 533 73 125
Binary 11101111 11000000 11001010 0 10100 1111 110 101011011 111011 1010101

Color Harmonies of #EFC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0CA

Black with #EFC0CA

Text Example


Text Example

White with #EFC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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