Html Css Color HEX #EDAECC Lavender Pink

📋 copy color: '#EDAECC'

red 237 ◦ green 174 ◦ blue 204

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

Shades of Lavender Pink #EDAECC

Tints of Lavender Pink #EDAECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.29%

 BLUE value IS 204 (80.08% from 255) = 33.17%

R = 38.54%
G = 28.29%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDAECC (or 0xEDAECC) is known color: Lavender Pink. HEX triplet: ED, AE and CC. RGB value is (237,174,204). Sum of RGB (Red+Green+Blue) = 237+174+204=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAECC is #125133. Grayscale: #C4C4C4. Windows color (decimal): -1200436 or 13414125. OLE color: 13414125.

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

Color convert

RGB 237 174 204 -
CMYK 0 0.27 0.14 0.07
HSL 331.43º 0.64% 0.81% -
HSV(B) 331.43º 0.27% 0.93% -
XYZ 60.96 52.64 64.07 -
YUV 196.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 237 174 204 0 0.27 0.14 0.07 331.43 0.64 0.81
Hex ED AE CC 0 1B E 7 14B 40 51
Octal 355 256 314 0 33 16 7 513 100 121
Binary 11101101 10101110 11001100 0 11011 1110 111 101001011 1000000 1010001

Color Harmonies of #EDAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAECC

Black with #EDAECC

Text Example


Text Example

White with #EDAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAECC; }

 p { color: rgb(237,174,204); }

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

background-color css

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

 a { background-color: rgb(237,174,204); }

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

border-color css

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

 span { border-color: rgb(237,174,204); }

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