#EDBDCA

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

Shades of Chantilly #EDBDCA

Tints of Chantilly #EDBDCA

Color information

#EDBDCA (or 0xEDBDCA) is unknown color: approx Chantilly. HEX triplet: ED, BD and CA. RGB value is (237,189,202). Sum of RGB (Red+Green+Blue) = 237+189+202=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDCA is #124235. Grayscale: #CCCCCC. Windows color (decimal): -1196598 or 13286893. OLE color: 13286893.

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

Color convert

RGB237189202-
CMYK00.200.150.07
HSL343.75º57.14%83.53%-
HSV(B)343.75º20.25%92.94%-
XYZ63.7858.6663.84-
YUV204.83126.4150.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.74%
GREEN value IS 189 (74.22% from 255) = 30.10%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=37.74%
G=30.10%
B=32.17%

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
Decimal23718920200.200.150.07343.7557.1483.53
HexEDBDCA014F71583954
Octal35527531202417753071124
Binary11101101101111011100101001010011111111010110001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDCA; }

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

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

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

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

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

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

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

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