#EDBBD1

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

Shades of Chantilly #EDBBD1

Tints of Chantilly #EDBBD1

Color information

#EDBBD1 (or 0xEDBBD1) is unknown color: approx Chantilly. HEX triplet: ED, BB and D1. RGB value is (237,187,209). Sum of RGB (Red+Green+Blue) = 237+187+209=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBD1 is #12442E. Grayscale: #CCCCCC. Windows color (decimal): -1197103 or 13745133. OLE color: 13745133.

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

Color convert

RGB237187209-
CMYK00.210.120.07
HSL333.6º58.14%83.14%-
HSV(B)333.6º21.1%92.94%-
XYZ64.258.1568.16-
YUV204.46130.56151.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=37.44%
G=29.54%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718720900.210.120.07333.658.1483.14
HexEDBBD1015C714e3a53
Octal35527332102514751672123
Binary11101101101110111101000101010111001111010011101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBD1; }

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

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

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

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

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

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

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

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