#EFB2CA

Color #EFB2CA Chantilly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chantilly #EFB2CA

Tints of Chantilly #EFB2CA

Color information

#EFB2CA (or 0xEFB2CA) is unknown color: approx Chantilly. HEX triplet: EF, B2 and CA. RGB value is (239,178,202). Sum of RGB (Red+Green+Blue) = 239+178+202=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2CA is #104D35. Grayscale: #C6C6C6. Windows color (decimal): -1068342 or 13284079. OLE color: 13284079.

HSL color Cylindrical-coordinate representation of color #EFB2CA: hue angle of 336.39º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2CA is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239178202-
CMYK00.260.150.06
HSL336.39º65.59%81.76%-
HSV(B)336.39º25.52%93.73%-
XYZ62.1854.4663.11-
YUV198.98129.71156.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 178 (69.92% from 255) = 28.76%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=38.61%
G=28.76%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917820200.260.150.06336.3965.5981.76
HexEFB2CA01AF61504252
Octal357262312032176520102122
Binary111011111011001011001010011010111111010101000010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2CA; }

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

 H1.HeaderClassName
 {
   color: #EFB2CA;
 }
 .AnyTagClassName
 {
   color: #EFB2CA;
 }
</style>
background-color css

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

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

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

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

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

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