Html Css Color HEX #EDCBCD Azalea

📋 copy color: '#EDCBCD'

red 237 ◦ green 203 ◦ blue 205

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

Shades of Azalea #EDCBCD

Tints of Azalea #EDCBCD

RGB

 RED value IS 237 (92.97% from 255) = 36.74%

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

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

R = 36.74%
G = 31.47%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDCBCD (or 0xEDCBCD) is known color: Azalea. HEX triplet: ED, CB and CD. RGB value is (237,203,205). Sum of RGB (Red+Green+Blue) = 237+203+205=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBCD is #123432. Grayscale: #D5D5D5. Windows color (decimal): -1193011 or 13487085. OLE color: 13487085.

HSL color Cylindrical-coordinate representation of color #EDCBCD: hue angle of 356.47º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCBCD is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 205 -
CMYK 0 0.14 0.14 0.07
HSL 356.47º 0.49% 0.86% -
HSV(B) 356.47º 0.14% 0.93% -
XYZ 67.3 65.12 66.78 -
YUV 213.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 237 203 205 0 0.14 0.14 0.07 356.47 0.49 0.86
Hex ED CB CD 0 E E 7 164 31 56
Octal 355 313 315 0 16 16 7 544 61 126
Binary 11101101 11001011 11001101 0 1110 1110 111 101100100 110001 1010110

Color Harmonies of #EDCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBCD

Black with #EDCBCD

Text Example


Text Example

White with #EDCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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