Html Css Color HEX #EFC8CC Azalea

📋 copy color: '#EFC8CC'

red 239 ◦ green 200 ◦ blue 204

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

Shades of Azalea #EFC8CC

Tints of Azalea #EFC8CC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.1%

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

R = 37.17%
G = 31.1%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFC8CC (or 0xEFC8CC) is known color: Azalea. HEX triplet: EF, C8 and CC. RGB value is (239,200,204). Sum of RGB (Red+Green+Blue) = 239+200+204=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8CC is #103733. Grayscale: #D4D4D4. Windows color (decimal): -1062708 or 13420783. OLE color: 13420783.

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

Color convert

RGB 239 200 204 -
CMYK 0 0.16 0.15 0.06
HSL 353.85º 0.55% 0.86% -
HSV(B) 353.85º 0.16% 0.94% -
XYZ 67.15 64.02 65.94 -
YUV 212.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 239 200 204 0 0.16 0.15 0.06 353.85 0.55 0.86
Hex EF C8 CC 0 10 F 6 162 37 56
Octal 357 310 314 0 20 17 6 542 67 126
Binary 11101111 11001000 11001100 0 10000 1111 110 101100010 110111 1010110

Color Harmonies of #EFC8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8CC

Black with #EFC8CC

Text Example


Text Example

White with #EFC8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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