Html Css Color HEX #EFC7CC Azalea

📋 copy color: '#EFC7CC'

red 239 ◦ green 199 ◦ blue 204

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

Shades of Azalea #EFC7CC

Tints of Azalea #EFC7CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.78%

R = 37.23%
G = 31%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFC7CC (or 0xEFC7CC) is known color: Azalea. HEX triplet: EF, C7 and CC. RGB value is (239,199,204). Sum of RGB (Red+Green+Blue) = 239+199+204=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7CC is #103833. Grayscale: #D3D3D3. Windows color (decimal): -1062964 or 13420527. OLE color: 13420527.

HSL color Cylindrical-coordinate representation of color #EFC7CC: hue angle of 352.5º 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 #EFC7CC is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 199 204 -
CMYK 0 0.17 0.15 0.06
HSL 352.5º 0.56% 0.86% -
HSV(B) 352.5º 0.17% 0.94% -
XYZ 66.92 63.56 65.87 -
YUV 211.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 239 199 204 0 0.17 0.15 0.06 352.5 0.56 0.86
Hex EF C7 CC 0 11 F 6 160 38 56
Octal 357 307 314 0 21 17 6 540 70 126
Binary 11101111 11000111 11001100 0 10001 1111 110 101100000 111000 1010110

Color Harmonies of #EFC7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7CC

Black with #EFC7CC

Text Example


Text Example

White with #EFC7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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