Html Css Color HEX #EDC7CB Azalea

📋 copy color: '#EDC7CB'

red 237 ◦ green 199 ◦ blue 203

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

Shades of Azalea #EDC7CB

Tints of Azalea #EDC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.14%

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

R = 37.09%
G = 31.14%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDC7CB (or 0xEDC7CB) is known color: Azalea. HEX triplet: ED, C7 and CB. RGB value is (237,199,203). Sum of RGB (Red+Green+Blue) = 237+199+203=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC7CB is #123834. Grayscale: #D2D2D2. Windows color (decimal): -1194037 or 13354989. OLE color: 13354989.

HSL color Cylindrical-coordinate representation of color #EDC7CB: hue angle of 353.68º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC7CB is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 199 203 -
CMYK 0 0.16 0.14 0.07
HSL 353.68º 0.51% 0.85% -
HSV(B) 353.68º 0.16% 0.93% -
XYZ 66.13 63.16 65.21 -
YUV 210.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 237 199 203 0 0.16 0.14 0.07 353.68 0.51 0.85
Hex ED C7 CB 0 10 E 7 162 33 55
Octal 355 307 313 0 20 16 7 542 63 125
Binary 11101101 11000111 11001011 0 10000 1110 111 101100010 110011 1010101

Color Harmonies of #EDC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC7CB

Black with #EDC7CB

Text Example


Text Example

White with #EDC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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