Html Css Color HEX #EEF0FC Lavender

📋 copy color: '#EEF0FC'

red 238 ◦ green 240 ◦ blue 252

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

Shades of Lavender #EEF0FC

Tints of Lavender #EEF0FC

RGB

 RED value IS 238 (93.36% from 255) = 32.6%

 GREEN value IS 240 (94.14% from 255) = 32.88%

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

R = 32.6%
G = 32.88%
B = 34.52%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEF0FC (or 0xEEF0FC) is known color: Lavender. HEX triplet: EE, F0 and FC. RGB value is (238,240,252). Sum of RGB (Red+Green+Blue) = 238+240+252=730 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.60% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEF0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0FC is #110F03. Grayscale: #F0F0F0. Windows color (decimal): -1117956 or 16576750. OLE color: 16576750.

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

Color convert

RGB 238 240 252 -
CMYK 0.06 0.05 0 0.01
HSL 231.43º 0.7% 0.96% -
HSV(B) 231.43º 0.06% 0.99% -
XYZ 83.99 87.53 104.56 -
YUV 240.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 238 240 252 0.06 0.05 0 0.01 231.43 0.7 0.96
Hex EE F0 FC 6 5 0 1 E7 46 60
Octal 356 360 374 6 5 0 1 347 106 140
Binary 11101110 11110000 11111100 110 101 0 1 11100111 1000110 1100000

Color Harmonies of #EEF0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF0FC

Black with #EEF0FC

Text Example


Text Example

White with #EEF0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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