#EFBDD0

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

Shades of Chantilly #EFBDD0

Tints of Chantilly #EFBDD0

Color information

#EFBDD0 (or 0xEFBDD0) is unknown color: approx Chantilly. HEX triplet: EF, BD and D0. RGB value is (239,189,208). Sum of RGB (Red+Green+Blue) = 239+189+208=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDD0 is #10422F. Grayscale: #CECECE. Windows color (decimal): -1065520 or 13680111. OLE color: 13680111.

HSL color Cylindrical-coordinate representation of color #EFBDD0: hue angle of 337.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDD0 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239189208-
CMYK00.210.130.06
HSL337.2º60.98%83.92%-
HSV(B)337.2º20.92%93.73%-
XYZ65.1859.367.69-
YUV206.12129.06151.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 208 (81.64% from 255) = 32.70%
R=37.58%
G=29.72%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918920800.210.130.06337.260.9883.92
HexEFBDD0015D61513d54
Octal35727532002515652175124
Binary11101111101111011101000001010111011101010100011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDD0; }

 p { color: rgb(239,189,208); }

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

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

 a { background-color: rgb(239,189,208); }

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

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

 span { border-color: rgb(239,189,208); }

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