Html Css Color HEX #EFB2DE Lavender Rose

📋 copy color: '#EFB2DE'

red 239 ◦ green 178 ◦ blue 222

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

Shades of Lavender Rose #EFB2DE

Tints of Lavender Rose #EFB2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.74%

R = 37.4%
G = 27.86%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFB2DE (or 0xEFB2DE) is known color: Lavender Rose. HEX triplet: EF, B2 and DE. RGB value is (239,178,222). Sum of RGB (Red+Green+Blue) = 239+178+222=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2DE is #104D21. Grayscale: #C9C9C9. Windows color (decimal): -1068322 or 14594799. OLE color: 14594799.

HSL color Cylindrical-coordinate representation of color #EFB2DE: hue angle of 316.72º 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 #EFB2DE is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 178 222 -
CMYK 0 0.26 0.07 0.06
HSL 316.72º 0.66% 0.82% -
HSV(B) 316.72º 0.26% 0.94% -
XYZ 64.7 55.47 76.4 -
YUV 201.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 239 178 222 0 0.26 0.07 0.06 316.72 0.66 0.82
Hex EF B2 DE 0 1A 7 6 13D 42 52
Octal 357 262 336 0 32 7 6 475 102 122
Binary 11101111 10110010 11011110 0 11010 111 110 100111101 1000010 1010010

Color Harmonies of #EFB2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2DE

Black with #EFB2DE

Text Example


Text Example

White with #EFB2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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