#EFB4CA

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

Shades of Chantilly #EFB4CA

Tints of Chantilly #EFB4CA

Color information

#EFB4CA (or 0xEFB4CA) is unknown color: approx Chantilly. HEX triplet: EF, B4 and CA. RGB value is (239,180,202). Sum of RGB (Red+Green+Blue) = 239+180+202=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4CA is #104B35. Grayscale: #C8C8C8. Windows color (decimal): -1067830 or 13284591. OLE color: 13284591.

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

Color convert

RGB239180202-
CMYK00.250.150.06
HSL337.63º64.84%82.16%-
HSV(B)337.63º24.69%93.73%-
XYZ62.5855.2663.24-
YUV200.15129.05155.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 180 (70.70% from 255) = 28.99%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=38.49%
G=28.99%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918020200.250.150.06337.6364.8482.16
HexEFB4CA019F61524152
Octal357264312031176522101122
Binary111011111011010011001010011001111111010101001010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4CA; }

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

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

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

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

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

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

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

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