#EDBDC9

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

Shades of Chantilly #EDBDC9

Tints of Chantilly #EDBDC9

Color information

#EDBDC9 (or 0xEDBDC9) is unknown color: approx Chantilly. HEX triplet: ED, BD and C9. RGB value is (237,189,201). Sum of RGB (Red+Green+Blue) = 237+189+201=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDC9 is #124236. Grayscale: #CCCCCC. Windows color (decimal): -1196599 or 13221357. OLE color: 13221357.

HSL color Cylindrical-coordinate representation of color #EDBDC9: hue angle of 345º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDC9 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237189201-
CMYK00.200.150.07
HSL345º57.14%83.53%-
HSV(B)345º20.25%92.94%-
XYZ63.6758.6263.22-
YUV204.72125.9151.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 201 (78.91% from 255) = 32.06%
R=37.80%
G=30.14%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718920100.200.150.0734557.1483.53
HexEDBDC9014F71593954
Octal35527531102417753171124
Binary11101101101111011100100101010011111111010110011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDC9; }

 p { color: rgb(237,189,201); }

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

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

 a { background-color: rgb(237,189,201); }

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

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

 span { border-color: rgb(237,189,201); }

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