Html Css Color HEX #EDB4CF Lavender Pink

📋 copy color: '#EDB4CF'

red 237 ◦ green 180 ◦ blue 207

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

Shades of Lavender Pink #EDB4CF

Tints of Lavender Pink #EDB4CF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.85%

 BLUE value IS 207 (81.25% from 255) = 33.17%

R = 37.98%
G = 28.85%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDB4CF (or 0xEDB4CF) is known color: Lavender Pink. HEX triplet: ED, B4 and CF. RGB value is (237,180,207). Sum of RGB (Red+Green+Blue) = 237+180+207=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4CF is #124B30. Grayscale: #C8C8C8. Windows color (decimal): -1198897 or 13612269. OLE color: 13612269.

HSL color Cylindrical-coordinate representation of color #EDB4CF: hue angle of 331.58º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB4CF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 180 207 -
CMYK 0 0.24 0.13 0.07
HSL 331.58º 0.61% 0.82% -
HSV(B) 331.58º 0.24% 0.93% -
XYZ 62.51 55.15 66.38 -
YUV 200.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 237 180 207 0 0.24 0.13 0.07 331.58 0.61 0.82
Hex ED B4 CF 0 18 D 7 14C 3D 52
Octal 355 264 317 0 30 15 7 514 75 122
Binary 11101101 10110100 11001111 0 11000 1101 111 101001100 111101 1010010

Color Harmonies of #EDB4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB4CF

Black with #EDB4CF

Text Example


Text Example

White with #EDB4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB4CF; }

 p { color: rgb(237,180,207); }

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

background-color css

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

 a { background-color: rgb(237,180,207); }

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

border-color css

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

 span { border-color: rgb(237,180,207); }

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