#EDBDCE

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

Shades of Chantilly #EDBDCE

Tints of Chantilly #EDBDCE

Color information

#EDBDCE (or 0xEDBDCE) is unknown color: approx Chantilly. HEX triplet: ED, BD and CE. RGB value is (237,189,206). Sum of RGB (Red+Green+Blue) = 237+189+206=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDCE is #124231. Grayscale: #CDCDCD. Windows color (decimal): -1196594 or 13549037. OLE color: 13549037.

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

Color convert

RGB237189206-
CMYK00.200.130.07
HSL338.75º57.14%83.53%-
HSV(B)338.75º20.25%92.94%-
XYZ64.2658.8666.37-
YUV205.29128.4150.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=37.5%
G=29.91%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718920600.200.130.07338.7557.1483.53
HexEDBDCE014D71533954
Octal35527531602415752371124
Binary11101101101111011100111001010011011111010100111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDCE; }

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

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

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

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

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

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

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

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