Html Css Color HEX #EFEEFC Lavender

📋 copy color: '#EFEEFC'

red 239 ◦ green 238 ◦ blue 252

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

Shades of Lavender #EFEEFC

Tints of Lavender #EFEEFC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 32.65%

 BLUE value IS 252 (98.83% from 255) = 34.57%

R = 32.78%
G = 32.65%
B = 34.57%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFEEFC (or 0xEFEEFC) is known color: Lavender. HEX triplet: EF, EE and FC. RGB value is (239,238,252). Sum of RGB (Red+Green+Blue) = 239+238+252=729 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.78% from 729); Green value is 238 (93.36% from 255 or 32.65% from 729); Blue value is 252 (98.83% from 255 or 34.57% from 729); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFEEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEFC is #101103. Grayscale: #EFEFEF. Windows color (decimal): -1052932 or 16576239. OLE color: 16576239.

HSL color Cylindrical-coordinate representation of color #EFEEFC: hue angle of 244.29º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFEEFC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 238 252 -
CMYK 0.05 0.06 0 0.01
HSL 244.29º 0.7% 0.96% -
HSV(B) 244.29º 0.06% 0.99% -
XYZ 83.74 86.53 104.38 -
YUV 239.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 239 238 252 0.05 0.06 0 0.01 244.29 0.7 0.96
Hex EF EE FC 5 6 0 1 F4 46 60
Octal 357 356 374 5 6 0 1 364 106 140
Binary 11101111 11101110 11111100 101 110 0 1 11110100 1000110 1100000

Color Harmonies of #EFEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEFC

Black with #EFEEFC

Text Example


Text Example

White with #EFEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEFC; }

 p { color: rgb(239,238,252); }

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

background-color css

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

 a { background-color: rgb(239,238,252); }

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

border-color css

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

 span { border-color: rgb(239,238,252); }

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