Html Css Color HEX #EFCCCD Azalea

📋 copy color: '#EFCCCD'

red 239 ◦ green 204 ◦ blue 205

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

Shades of Azalea #EFCCCD

Tints of Azalea #EFCCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.48%

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

R = 36.88%
G = 31.48%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFCCCD (or 0xEFCCCD) is known color: Azalea. HEX triplet: EF, CC and CD. RGB value is (239,204,205). Sum of RGB (Red+Green+Blue) = 239+204+205=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCCD is #103332. Grayscale: #D6D6D6. Windows color (decimal): -1061683 or 13487343. OLE color: 13487343.

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

Color convert

RGB 239 204 205 -
CMYK 0 0.15 0.14 0.06
HSL 358.29º 0.52% 0.87% -
HSV(B) 358.29º 0.15% 0.94% -
XYZ 68.21 65.94 66.89 -
YUV 214.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 239 204 205 0 0.15 0.14 0.06 358.29 0.52 0.87
Hex EF CC CD 0 F E 6 166 34 57
Octal 357 314 315 0 17 16 6 546 64 127
Binary 11101111 11001100 11001101 0 1111 1110 110 101100110 110100 1010111

Color Harmonies of #EFCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCCD

Black with #EFCCCD

Text Example


Text Example

White with #EFCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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