Html Css Color HEX #EFC5C6 Azalea

📋 copy color: '#EFC5C6'

red 239 ◦ green 197 ◦ blue 198

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

Shades of Azalea #EFC5C6

Tints of Azalea #EFC5C6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.07%

 BLUE value IS 198 (77.73% from 255) = 31.23%

R = 37.7%
G = 31.07%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFC5C6 (or 0xEFC5C6) is known color: Azalea. HEX triplet: EF, C5 and C6. RGB value is (239,197,198). Sum of RGB (Red+Green+Blue) = 239+197+198=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5C6 is #103A39. Grayscale: #D1D1D1. Windows color (decimal): -1063482 or 13026799. OLE color: 13026799.

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

Color convert

RGB 239 197 198 -
CMYK 0 0.18 0.17 0.06
HSL 358.57º 0.57% 0.85% -
HSV(B) 358.57º 0.18% 0.94% -
XYZ 65.76 62.36 62 -
YUV 209.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 239 197 198 0 0.18 0.17 0.06 358.57 0.57 0.85
Hex EF C5 C6 0 12 11 6 167 39 55
Octal 357 305 306 0 22 21 6 547 71 125
Binary 11101111 11000101 11000110 0 10010 10001 110 101100111 111001 1010101

Color Harmonies of #EFC5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5C6

Black with #EFC5C6

Text Example


Text Example

White with #EFC5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5C6; }

 p { color: rgb(239,197,198); }

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

background-color css

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

 a { background-color: rgb(239,197,198); }

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

border-color css

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

 span { border-color: rgb(239,197,198); }

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