#EFBDCD

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

Shades of Chantilly #EFBDCD

Tints of Chantilly #EFBDCD

Color information

#EFBDCD (or 0xEFBDCD) is unknown color: approx Chantilly. HEX triplet: EF, BD and CD. RGB value is (239,189,205). Sum of RGB (Red+Green+Blue) = 239+189+205=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDCD is #104232. Grayscale: #CDCDCD. Windows color (decimal): -1065523 or 13483503. OLE color: 13483503.

HSL color Cylindrical-coordinate representation of color #EFBDCD: hue angle of 340.8º 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 #EFBDCD is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239189205-
CMYK00.210.140.06
HSL340.8º60.98%83.92%-
HSV(B)340.8º20.92%93.73%-
XYZ64.8159.1565.76-
YUV205.77127.56151.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=37.76%
G=29.86%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918920500.210.140.06340.860.9883.92
HexEFBDCD015E61553d54
Octal35727531502516652575124
Binary11101111101111011100110101010111101101010101011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDCD; }

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

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

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

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

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

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

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

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