Html Css Color HEX #EDB2C9 Chantilly

📋 copy color: '#EDB2C9'

red 237 ◦ green 178 ◦ blue 201

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

Shades of Chantilly #EDB2C9

Tints of Chantilly #EDB2C9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.9%

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

R = 38.47%
G = 28.9%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDB2C9 (or 0xEDB2C9) is known color: Chantilly. HEX triplet: ED, B2 and C9. RGB value is (237,178,201). Sum of RGB (Red+Green+Blue) = 237+178+201=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2C9 is #124D36. Grayscale: #C6C6C6. Windows color (decimal): -1199415 or 13218541. OLE color: 13218541.

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

Color convert

RGB 237 178 201 -
CMYK 0 0.25 0.15 0.07
HSL 336.61º 0.62% 0.81% -
HSV(B) 336.61º 0.25% 0.93% -
XYZ 61.39 54.06 62.46 -
YUV 198.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 237 178 201 0 0.25 0.15 0.07 336.61 0.62 0.81
Hex ED B2 C9 0 19 F 7 151 3E 51
Octal 355 262 311 0 31 17 7 521 76 121
Binary 11101101 10110010 11001001 0 11001 1111 111 101010001 111110 1010001

Color Harmonies of #EDB2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2C9

Black with #EDB2C9

Text Example


Text Example

White with #EDB2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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