Html Css Color HEX #EFB2CD Lavender Pink

📋 copy color: '#EFB2CD'

red 239 ◦ green 178 ◦ blue 205

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

Shades of Lavender Pink #EFB2CD

Tints of Lavender Pink #EFB2CD

RGB

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

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

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

R = 38.42%
G = 28.62%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFB2CD (or 0xEFB2CD) is known color: Lavender Pink. HEX triplet: EF, B2 and CD. RGB value is (239,178,205). Sum of RGB (Red+Green+Blue) = 239+178+205=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2CD is #104D32. Grayscale: #C7C7C7. Windows color (decimal): -1068339 or 13480687. OLE color: 13480687.

HSL color Cylindrical-coordinate representation of color #EFB2CD: hue angle of 333.44º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2CD is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 178 205 -
CMYK 0 0.26 0.14 0.06
HSL 333.44º 0.66% 0.82% -
HSV(B) 333.44º 0.26% 0.94% -
XYZ 62.54 54.6 65 -
YUV 199.32 131.21 156.3 -
System Red Green Blue C M Y K H S L
Decimal 239 178 205 0 0.26 0.14 0.06 333.44 0.66 0.82
Hex EF B2 CD 0 1A E 6 14D 42 52
Octal 357 262 315 0 32 16 6 515 102 122
Binary 11101111 10110010 11001101 0 11010 1110 110 101001101 1000010 1010010

Color Harmonies of #EFB2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2CD

Black with #EFB2CD

Text Example


Text Example

White with #EFB2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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