Html Css Color HEX #EFC2CA Chantilly

📋 copy color: '#EFC2CA'

red 239 ◦ green 194 ◦ blue 202

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

Shades of Chantilly #EFC2CA

Tints of Chantilly #EFC2CA

RGB

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

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

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

R = 37.64%
G = 30.55%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFC2CA (or 0xEFC2CA) is known color: Chantilly. HEX triplet: EF, C2 and CA. RGB value is (239,194,202). Sum of RGB (Red+Green+Blue) = 239+194+202=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2CA is #103D35. Grayscale: #D0D0D0. Windows color (decimal): -1064246 or 13288175. OLE color: 13288175.

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

Color convert

RGB 239 194 202 -
CMYK 0 0.19 0.15 0.06
HSL 349.33º 0.58% 0.85% -
HSV(B) 349.33º 0.19% 0.94% -
XYZ 65.55 61.2 64.23 -
YUV 208.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 239 194 202 0 0.19 0.15 0.06 349.33 0.58 0.85
Hex EF C2 CA 0 13 F 6 15D 3A 55
Octal 357 302 312 0 23 17 6 535 72 125
Binary 11101111 11000010 11001010 0 10011 1111 110 101011101 111010 1010101

Color Harmonies of #EFC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2CA

Black with #EFC2CA

Text Example


Text Example

White with #EFC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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