Html Css Color HEX #EDB3C9 Chantilly

📋 copy color: '#EDB3C9'

red 237 ◦ green 179 ◦ blue 201

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

Shades of Chantilly #EDB3C9

Tints of Chantilly #EDB3C9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.01%

 BLUE value IS 201 (78.91% from 255) = 32.58%

R = 38.41%
G = 29.01%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDB3C9 (or 0xEDB3C9) is known color: Chantilly. HEX triplet: ED, B3 and C9. RGB value is (237,179,201). Sum of RGB (Red+Green+Blue) = 237+179+201=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3C9 is #124C36. Grayscale: #C6C6C6. Windows color (decimal): -1199159 or 13218797. OLE color: 13218797.

HSL color Cylindrical-coordinate representation of color #EDB3C9: hue angle of 337.24º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB3C9 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 179 201 -
CMYK 0 0.24 0.15 0.07
HSL 337.24º 0.62% 0.82% -
HSV(B) 337.24º 0.24% 0.93% -
XYZ 61.59 54.46 62.52 -
YUV 198.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 237 179 201 0 0.24 0.15 0.07 337.24 0.62 0.82
Hex ED B3 C9 0 18 F 7 151 3E 52
Octal 355 263 311 0 30 17 7 521 76 122
Binary 11101101 10110011 11001001 0 11000 1111 111 101010001 111110 1010010

Color Harmonies of #EDB3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3C9

Black with #EDB3C9

Text Example


Text Example

White with #EDB3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3C9; }

 p { color: rgb(237,179,201); }

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

background-color css

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

 a { background-color: rgb(237,179,201); }

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

border-color css

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

 span { border-color: rgb(237,179,201); }

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