#EDBBC2

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

Shades of Chantilly #EDBBC2

Tints of Chantilly #EDBBC2

Color information

#EDBBC2 (or 0xEDBBC2) is unknown color: approx Chantilly. HEX triplet: ED, BB and C2. RGB value is (237,187,194). Sum of RGB (Red+Green+Blue) = 237+187+194=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBC2 is #12443D. Grayscale: #CACACA. Windows color (decimal): -1197118 or 12762093. OLE color: 12762093.

HSL color Cylindrical-coordinate representation of color #EDBBC2: hue angle of 351.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBBC2 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB237187194-
CMYK00.210.180.07
HSL351.6º58.14%83.14%-
HSV(B)351.6º21.1%92.94%-
XYZ62.4357.4458.84-
YUV202.75123.06152.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 194 (76.17% from 255) = 31.39%
R=38.35%
G=30.26%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718719400.210.180.07351.658.1483.14
HexEDBBC20151271603a53
Octal35527330202522754072123
Binary111011011011101111000010010101100101111011000001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBC2; }

 p { color: rgb(237,187,194); }

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

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

 a { background-color: rgb(237,187,194); }

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

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

 span { border-color: rgb(237,187,194); }

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