Html Css Color HEX #EDBBD1 Chantilly

📋 copy color: '#EDBBD1'

red 237 ◦ green 187 ◦ blue 209

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

Shades of Chantilly #EDBBD1

Tints of Chantilly #EDBBD1

RGB

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

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

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

R = 37.44%
G = 29.54%
B = 33.02%

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

#EDBBD1 (or 0xEDBBD1) is known color: Chantilly. HEX triplet: ED, BB and D1. RGB value is (237,187,209). Sum of RGB (Red+Green+Blue) = 237+187+209=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBD1 is #12442E. Grayscale: #CCCCCC. Windows color (decimal): -1197103 or 13745133. OLE color: 13745133.

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

Color convert

RGB 237 187 209 -
CMYK 0 0.21 0.12 0.07
HSL 333.6º 0.58% 0.83% -
HSV(B) 333.6º 0.21% 0.93% -
XYZ 64.2 58.15 68.16 -
YUV 204.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 237 187 209 0 0.21 0.12 0.07 333.6 0.58 0.83
Hex ED BB D1 0 15 C 7 14E 3A 53
Octal 355 273 321 0 25 14 7 516 72 123
Binary 11101101 10111011 11010001 0 10101 1100 111 101001110 111010 1010011

Color Harmonies of #EDBBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBD1

Black with #EDBBD1

Text Example


Text Example

White with #EDBBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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