Html Css Color HEX #DEE0FB Lavender

📋 copy color: '#DEE0FB'

red 222 ◦ green 224 ◦ blue 251

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

Shades of Lavender #DEE0FB

Tints of Lavender #DEE0FB

RGB

 RED value IS 222 (87.11% from 255) = 31.85%

 GREEN value IS 224 (87.89% from 255) = 32.14%

 BLUE value IS 251 (98.44% from 255) = 36.01%

R = 31.85%
G = 32.14%
B = 36.01%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEE0FB (or 0xDEE0FB) is known color: Lavender. HEX triplet: DE, E0 and FB. RGB value is (222,224,251). Sum of RGB (Red+Green+Blue) = 222+224+251=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0FB is #211F04. Grayscale: #E2E2E2. Windows color (decimal): -2170629 or 16507102. OLE color: 16507102.

HSL color Cylindrical-coordinate representation of color #DEE0FB: hue angle of 235.86º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEE0FB is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 224 251 -
CMYK 0.12 0.11 0 0.02
HSL 235.86º 0.78% 0.93% -
HSV(B) 235.86º 0.12% 0.98% -
XYZ 74.19 75.81 101.99 -
YUV 226.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 222 224 251 0.12 0.11 0 0.02 235.86 0.78 0.93
Hex DE E0 FB C B 0 2 EC 4E 5D
Octal 336 340 373 14 13 0 2 354 116 135
Binary 11011110 11100000 11111011 1100 1011 0 10 11101100 1001110 1011101

Color Harmonies of #DEE0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE0FB

Black with #DEE0FB

Text Example


Text Example

White with #DEE0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE0FB; }

 p { color: rgb(222,224,251); }

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

background-color css

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

 a { background-color: rgb(222,224,251); }

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

border-color css

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

 span { border-color: rgb(222,224,251); }

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