Html Css Color HEX #EFC8CD Azalea

📋 copy color: '#EFC8CD'

red 239 ◦ green 200 ◦ blue 205

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

Shades of Azalea #EFC8CD

Tints of Azalea #EFC8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.83%

R = 37.11%
G = 31.06%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFC8CD (or 0xEFC8CD) is known color: Azalea. HEX triplet: EF, C8 and CD. RGB value is (239,200,205). Sum of RGB (Red+Green+Blue) = 239+200+205=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8CD is #103732. Grayscale: #D4D4D4. Windows color (decimal): -1062707 or 13486319. OLE color: 13486319.

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

Color convert

RGB 239 200 205 -
CMYK 0 0.16 0.14 0.06
HSL 352.31º 0.55% 0.86% -
HSV(B) 352.31º 0.16% 0.94% -
XYZ 67.27 64.07 66.58 -
YUV 212.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 239 200 205 0 0.16 0.14 0.06 352.31 0.55 0.86
Hex EF C8 CD 0 10 E 6 160 37 56
Octal 357 310 315 0 20 16 6 540 67 126
Binary 11101111 11001000 11001101 0 10000 1110 110 101100000 110111 1010110

Color Harmonies of #EFC8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8CD

Black with #EFC8CD

Text Example


Text Example

White with #EFC8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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