Html Css Color HEX #EFC7C8 Azalea

📋 copy color: '#EFC7C8'

red 239 ◦ green 199 ◦ blue 200

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

Shades of Azalea #EFC7C8

Tints of Azalea #EFC7C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.35%

R = 37.46%
G = 31.19%
B = 31.35%

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

#EFC7C8 (or 0xEFC7C8) is known color: Azalea. HEX triplet: EF, C7 and C8. RGB value is (239,199,200). Sum of RGB (Red+Green+Blue) = 239+199+200=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7C8 is #103837. Grayscale: #D3D3D3. Windows color (decimal): -1062968 or 13158383. OLE color: 13158383.

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

Color convert

RGB 239 199 200 -
CMYK 0 0.17 0.16 0.06
HSL 358.5º 0.56% 0.86% -
HSV(B) 358.5º 0.17% 0.94% -
XYZ 66.45 63.37 63.37 -
YUV 211.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 239 199 200 0 0.17 0.16 0.06 358.5 0.56 0.86
Hex EF C7 C8 0 11 10 6 166 38 56
Octal 357 307 310 0 21 20 6 546 70 126
Binary 11101111 11000111 11001000 0 10001 10000 110 101100110 111000 1010110

Color Harmonies of #EFC7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7C8

Black with #EFC7C8

Text Example


Text Example

White with #EFC7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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