Html Css Color HEX #EDBBCD Chantilly

📋 copy color: '#EDBBCD'

red 237 ◦ green 187 ◦ blue 205

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

Shades of Chantilly #EDBBCD

Tints of Chantilly #EDBBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.73%

 BLUE value IS 205 (80.47% from 255) = 32.59%

R = 37.68%
G = 29.73%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDBBCD (or 0xEDBBCD) is known color: Chantilly. HEX triplet: ED, BB and CD. RGB value is (237,187,205). Sum of RGB (Red+Green+Blue) = 237+187+205=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBCD is #124432. Grayscale: #CBCBCB. Windows color (decimal): -1197107 or 13482989. OLE color: 13482989.

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

Color convert

RGB 237 187 205 -
CMYK 0 0.21 0.14 0.07
HSL 338.4º 0.58% 0.83% -
HSV(B) 338.4º 0.21% 0.93% -
XYZ 63.71 57.95 65.59 -
YUV 204 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 237 187 205 0 0.21 0.14 0.07 338.4 0.58 0.83
Hex ED BB CD 0 15 E 7 152 3A 53
Octal 355 273 315 0 25 16 7 522 72 123
Binary 11101101 10111011 11001101 0 10101 1110 111 101010010 111010 1010011

Color Harmonies of #EDBBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBCD

Black with #EDBBCD

Text Example


Text Example

White with #EDBBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBCD; }

 p { color: rgb(237,187,205); }

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

background-color css

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

 a { background-color: rgb(237,187,205); }

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

border-color css

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

 span { border-color: rgb(237,187,205); }

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