Html Css Color HEX #EFCBCD Azalea

📋 copy color: '#EFCBCD'

red 239 ◦ green 203 ◦ blue 205

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

Shades of Azalea #EFCBCD

Tints of Azalea #EFCBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.38%

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

R = 36.94%
G = 31.38%
B = 31.68%

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

#EFCBCD (or 0xEFCBCD) is known color: Azalea. HEX triplet: EF, CB and CD. RGB value is (239,203,205). Sum of RGB (Red+Green+Blue) = 239+203+205=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBCD is #103432. Grayscale: #D6D6D6. Windows color (decimal): -1061939 or 13487087. OLE color: 13487087.

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

Color convert

RGB 239 203 205 -
CMYK 0 0.15 0.14 0.06
HSL 356.67º 0.53% 0.87% -
HSV(B) 356.67º 0.15% 0.94% -
XYZ 67.97 65.47 66.81 -
YUV 213.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 239 203 205 0 0.15 0.14 0.06 356.67 0.53 0.87
Hex EF CB CD 0 F E 6 165 35 57
Octal 357 313 315 0 17 16 6 545 65 127
Binary 11101111 11001011 11001101 0 1111 1110 110 101100101 110101 1010111

Color Harmonies of #EFCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBCD

Black with #EFCBCD

Text Example


Text Example

White with #EFCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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