Html Css Color HEX #EDBCD1 Chantilly

📋 copy color: '#EDBCD1'

red 237 ◦ green 188 ◦ blue 209

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

Shades of Chantilly #EDBCD1

Tints of Chantilly #EDBCD1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.65%

 BLUE value IS 209 (82.03% from 255) = 32.97%

R = 37.38%
G = 29.65%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDBCD1 (or 0xEDBCD1) is known color: Chantilly. HEX triplet: ED, BC and D1. RGB value is (237,188,209). Sum of RGB (Red+Green+Blue) = 237+188+209=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCD1 is #12432E. Grayscale: #CDCDCD. Windows color (decimal): -1196847 or 13745389. OLE color: 13745389.

HSL color Cylindrical-coordinate representation of color #EDBCD1: hue angle of 334.29º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBCD1 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 188 209 -
CMYK 0 0.21 0.12 0.07
HSL 334.29º 0.58% 0.83% -
HSV(B) 334.29º 0.21% 0.93% -
XYZ 64.42 58.57 68.23 -
YUV 205.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 237 188 209 0 0.21 0.12 0.07 334.29 0.58 0.83
Hex ED BC D1 0 15 C 7 14E 3A 53
Octal 355 274 321 0 25 14 7 516 72 123
Binary 11101101 10111100 11010001 0 10101 1100 111 101001110 111010 1010011

Color Harmonies of #EDBCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCD1

Black with #EDBCD1

Text Example


Text Example

White with #EDBCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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