Html Css Color HEX #EFC6CC Azalea

📋 copy color: '#EFC6CC'

red 239 ◦ green 198 ◦ blue 204

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

Shades of Azalea #EFC6CC

Tints of Azalea #EFC6CC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.89%

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

R = 37.29%
G = 30.89%
B = 31.83%

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

#EFC6CC (or 0xEFC6CC) is known color: Azalea. HEX triplet: EF, C6 and CC. RGB value is (239,198,204). Sum of RGB (Red+Green+Blue) = 239+198+204=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6CC is #103933. Grayscale: #D2D2D2. Windows color (decimal): -1063220 or 13420271. OLE color: 13420271.

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

Color convert

RGB 239 198 204 -
CMYK 0 0.17 0.15 0.06
HSL 351.22º 0.56% 0.86% -
HSV(B) 351.22º 0.17% 0.94% -
XYZ 66.69 63.1 65.79 -
YUV 210.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 239 198 204 0 0.17 0.15 0.06 351.22 0.56 0.86
Hex EF C6 CC 0 11 F 6 15F 38 56
Octal 357 306 314 0 21 17 6 537 70 126
Binary 11101111 11000110 11001100 0 10001 1111 110 101011111 111000 1010110

Color Harmonies of #EFC6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6CC

Black with #EFC6CC

Text Example


Text Example

White with #EFC6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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