Html Css Color HEX #EDB2CE Lavender Pink

📋 copy color: '#EDB2CE'

red 237 ◦ green 178 ◦ blue 206

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

Shades of Lavender Pink #EDB2CE

Tints of Lavender Pink #EDB2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.66%

 BLUE value IS 206 (80.86% from 255) = 33.17%

R = 38.16%
G = 28.66%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDB2CE (or 0xEDB2CE) is known color: Lavender Pink. HEX triplet: ED, B2 and CE. RGB value is (237,178,206). Sum of RGB (Red+Green+Blue) = 237+178+206=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2CE is #124D31. Grayscale: #C6C6C6. Windows color (decimal): -1199410 or 13546221. OLE color: 13546221.

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

Color convert

RGB 237 178 206 -
CMYK 0 0.25 0.13 0.07
HSL 331.53º 0.62% 0.81% -
HSV(B) 331.53º 0.25% 0.93% -
XYZ 61.99 54.3 65.61 -
YUV 198.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 237 178 206 0 0.25 0.13 0.07 331.53 0.62 0.81
Hex ED B2 CE 0 19 D 7 14C 3E 51
Octal 355 262 316 0 31 15 7 514 76 121
Binary 11101101 10110010 11001110 0 11001 1101 111 101001100 111110 1010001

Color Harmonies of #EDB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2CE

Black with #EDB2CE

Text Example


Text Example

White with #EDB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2CE; }

 p { color: rgb(237,178,206); }

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

background-color css

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

 a { background-color: rgb(237,178,206); }

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

border-color css

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

 span { border-color: rgb(237,178,206); }

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