#EDBBCF

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

Shades of Chantilly #EDBBCF

Tints of Chantilly #EDBBCF

Color information

#EDBBCF (or 0xEDBBCF) is unknown color: approx Chantilly. HEX triplet: ED, BB and CF. RGB value is (237,187,207). Sum of RGB (Red+Green+Blue) = 237+187+207=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBCF is #124430. Grayscale: #CCCCCC. Windows color (decimal): -1197105 or 13614061. OLE color: 13614061.

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

Color convert

RGB237187207-
CMYK00.210.130.07
HSL336º58.14%83.14%-
HSV(B)336º21.1%92.94%-
XYZ63.9658.0566.87-
YUV204.23129.56151.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=37.56%
G=29.64%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718720700.210.130.0733658.1483.14
HexEDBBCF015D71503a53
Octal35527331702515752072123
Binary11101101101110111100111101010111011111010100001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBCF; }

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

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

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

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

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

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

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

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