Html Css Color HEX #EFC7C9 Azalea

📋 copy color: '#EFC7C9'

red 239 ◦ green 199 ◦ blue 201

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

Shades of Azalea #EFC7C9

Tints of Azalea #EFC7C9

RGB

 RED value IS 239 (93.75% from 255) = 37.4%

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

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

R = 37.4%
G = 31.14%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFC7C9 (or 0xEFC7C9) is known color: Azalea. HEX triplet: EF, C7 and C9. RGB value is (239,199,201). Sum of RGB (Red+Green+Blue) = 239+199+201=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7C9 is #103836. Grayscale: #D3D3D3. Windows color (decimal): -1062967 or 13223919. OLE color: 13223919.

HSL color Cylindrical-coordinate representation of color #EFC7C9: hue angle of 357º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC7C9 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 199 201 -
CMYK 0 0.17 0.16 0.06
HSL 357º 0.56% 0.86% -
HSV(B) 357º 0.17% 0.94% -
XYZ 66.56 63.41 63.99 -
YUV 211.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 239 199 201 0 0.17 0.16 0.06 357 0.56 0.86
Hex EF C7 C9 0 11 10 6 165 38 56
Octal 357 307 311 0 21 20 6 545 70 126
Binary 11101111 11000111 11001001 0 10001 10000 110 101100101 111000 1010110

Color Harmonies of #EFC7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7C9

Black with #EFC7C9

Text Example


Text Example

White with #EFC7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7C9; }

 p { color: rgb(239,199,201); }

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

background-color css

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

 a { background-color: rgb(239,199,201); }

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

border-color css

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

 span { border-color: rgb(239,199,201); }

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