#EDBDCC

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

Shades of Chantilly #EDBDCC

Tints of Chantilly #EDBDCC

Color information

#EDBDCC (or 0xEDBDCC) is unknown color: approx Chantilly. HEX triplet: ED, BD and CC. RGB value is (237,189,204). Sum of RGB (Red+Green+Blue) = 237+189+204=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDCC is #124233. Grayscale: #CDCDCD. Windows color (decimal): -1196596 or 13417965. OLE color: 13417965.

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

Color convert

RGB237189204-
CMYK00.200.140.07
HSL341.25º57.14%83.53%-
HSV(B)341.25º20.25%92.94%-
XYZ64.0258.7665.09-
YUV205.06127.4150.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 189 (74.22% from 255) = 30%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=37.62%
G=30%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718920400.200.140.07341.2557.1483.53
HexEDBDCC014E71553954
Octal35527531402416752571124
Binary11101101101111011100110001010011101111010101011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDCC; }

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

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

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

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

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

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

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

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