Html Css Color HEX #EDBBCB Chantilly

📋 copy color: '#EDBBCB'

red 237 ◦ green 187 ◦ blue 203

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

Shades of Chantilly #EDBBCB

Tints of Chantilly #EDBBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.38%

R = 37.8%
G = 29.82%
B = 32.38%

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

#EDBBCB (or 0xEDBBCB) is known color: Chantilly. HEX triplet: ED, BB and CB. RGB value is (237,187,203). Sum of RGB (Red+Green+Blue) = 237+187+203=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBCB is #124434. Grayscale: #CBCBCB. Windows color (decimal): -1197109 or 13351917. OLE color: 13351917.

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

Color convert

RGB 237 187 203 -
CMYK 0 0.21 0.14 0.07
HSL 340.8º 0.58% 0.83% -
HSV(B) 340.8º 0.21% 0.93% -
XYZ 63.47 57.86 64.32 -
YUV 203.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 237 187 203 0 0.21 0.14 0.07 340.8 0.58 0.83
Hex ED BB CB 0 15 E 7 155 3A 53
Octal 355 273 313 0 25 16 7 525 72 123
Binary 11101101 10111011 11001011 0 10101 1110 111 101010101 111010 1010011

Color Harmonies of #EDBBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBCB

Black with #EDBBCB

Text Example


Text Example

White with #EDBBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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