#EDBECA

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

Shades of Chantilly #EDBECA

Tints of Chantilly #EDBECA

Color information

#EDBECA (or 0xEDBECA) is unknown color: approx Chantilly. HEX triplet: ED, BE and CA. RGB value is (237,190,202). Sum of RGB (Red+Green+Blue) = 237+190+202=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBECA is #124135. Grayscale: #CDCDCD. Windows color (decimal): -1196342 or 13287149. OLE color: 13287149.

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

Color convert

RGB237190202-
CMYK00.200.150.07
HSL344.68º56.63%83.73%-
HSV(B)344.68º19.83%92.94%-
XYZ6459.163.91-
YUV205.42126.07150.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=37.68%
G=30.21%
B=32.11%

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
Decimal23719020200.200.150.07344.6856.6383.73
HexEDBECA014F71593954
Octal35527631202417753171124
Binary11101101101111101100101001010011111111010110011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBECA; }

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

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

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

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

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

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

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

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