Html Css Color HEX #EDBDC9 Chantilly

📋 copy color: '#EDBDC9'

red 237 ◦ green 189 ◦ blue 201

#EDBDC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chantilly #EDBDC9

Tints of Chantilly #EDBDC9

RGB

 RED value IS 237 (92.97% from 255) = 37.8%

 GREEN value IS 189 (74.22% from 255) = 30.14%

 BLUE value IS 201 (78.91% from 255) = 32.06%

R = 37.8%
G = 30.14%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDBDC9 (or 0xEDBDC9) is known color: Chantilly. HEX triplet: ED, BD and C9. RGB value is (237,189,201). Sum of RGB (Red+Green+Blue) = 237+189+201=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDC9 is #124236. Grayscale: #CCCCCC. Windows color (decimal): -1196599 or 13221357. OLE color: 13221357.

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

Color convert

RGB 237 189 201 -
CMYK 0 0.20 0.15 0.07
HSL 345º 0.57% 0.84% -
HSV(B) 345º 0.2% 0.93% -
XYZ 63.67 58.62 63.22 -
YUV 204.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 237 189 201 0 0.20 0.15 0.07 345 0.57 0.84
Hex ED BD C9 0 14 F 7 159 39 54
Octal 355 275 311 0 24 17 7 531 71 124
Binary 11101101 10111101 11001001 0 10100 1111 111 101011001 111001 1010100

Color Harmonies of #EDBDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDC9

Black with #EDBDC9

Text Example


Text Example

White with #EDBDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDC9; }

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

 H1.HeaderClassName
 {
   color: #EDBDC9;
 }
 .AnyTagClassName
 {
   color: #EDBDC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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