#EDBDD1

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

Shades of Chantilly #EDBDD1

Tints of Chantilly #EDBDD1

Color information

#EDBDD1 (or 0xEDBDD1) is unknown color: approx Chantilly. HEX triplet: ED, BD and D1. RGB value is (237,189,209). Sum of RGB (Red+Green+Blue) = 237+189+209=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDD1 is #12422E. Grayscale: #CDCDCD. Windows color (decimal): -1196591 or 13745645. OLE color: 13745645.

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

Color convert

RGB237189209-
CMYK00.200.120.07
HSL335º57.14%83.53%-
HSV(B)335º20.25%92.94%-
XYZ64.635968.3-
YUV205.63129.9150.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 189 (74.22% from 255) = 29.76%
BLUE value IS 209 (82.03% from 255) = 32.91%
R=37.32%
G=29.76%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718920900.200.120.0733557.1483.53
HexEDBDD1014C714f3954
Octal35527532102414751771124
Binary11101101101111011101000101010011001111010011111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDD1; }

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

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

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

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

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

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

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

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