#EFB8CD

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

Shades of Chantilly #EFB8CD

Tints of Chantilly #EFB8CD

Color information

#EFB8CD (or 0xEFB8CD) is unknown color: approx Chantilly. HEX triplet: EF, B8 and CD. RGB value is (239,184,205). Sum of RGB (Red+Green+Blue) = 239+184+205=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8CD is #104732. Grayscale: #CACACA. Windows color (decimal): -1066803 or 13482223. OLE color: 13482223.

HSL color Cylindrical-coordinate representation of color #EFB8CD: hue angle of 337.09º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB8CD is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239184205-
CMYK00.230.140.06
HSL337.09º63.22%82.94%-
HSV(B)337.09º23.01%93.73%-
XYZ63.7657.0465.41-
YUV202.84129.22153.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 184 (72.27% from 255) = 29.30%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=38.06%
G=29.30%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918420500.230.140.06337.0963.2282.94
HexEFB8CD017E61513f53
Octal35727031502716652177123
Binary11101111101110001100110101011111101101010100011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8CD; }

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

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

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

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

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

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

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

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