Html Css Color HEX #EDB9CE Chantilly

📋 copy color: '#EDB9CE'

red 237 ◦ green 185 ◦ blue 206

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

Shades of Chantilly #EDB9CE

Tints of Chantilly #EDB9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.46%

 BLUE value IS 206 (80.86% from 255) = 32.8%

R = 37.74%
G = 29.46%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDB9CE (or 0xEDB9CE) is known color: Chantilly. HEX triplet: ED, B9 and CE. RGB value is (237,185,206). Sum of RGB (Red+Green+Blue) = 237+185+206=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9CE is #124631. Grayscale: #CACACA. Windows color (decimal): -1197618 or 13548013. OLE color: 13548013.

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

Color convert

RGB 237 185 206 -
CMYK 0 0.22 0.13 0.07
HSL 335.77º 0.59% 0.83% -
HSV(B) 335.77º 0.22% 0.93% -
XYZ 63.41 57.16 66.08 -
YUV 202.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 237 185 206 0 0.22 0.13 0.07 335.77 0.59 0.83
Hex ED B9 CE 0 16 D 7 150 3B 53
Octal 355 271 316 0 26 15 7 520 73 123
Binary 11101101 10111001 11001110 0 10110 1101 111 101010000 111011 1010011

Color Harmonies of #EDB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9CE

Black with #EDB9CE

Text Example


Text Example

White with #EDB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9CE; }

 p { color: rgb(237,185,206); }

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

background-color css

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

 a { background-color: rgb(237,185,206); }

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

border-color css

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

 span { border-color: rgb(237,185,206); }

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