Html Css Color HEX #DEE0FE Lavender

📋 copy color: '#DEE0FE'

red 222 ◦ green 224 ◦ blue 254

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

Shades of Lavender #DEE0FE

Tints of Lavender #DEE0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.29%

R = 31.71%
G = 32%
B = 36.29%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DEE0FE (or 0xDEE0FE) is known color: Lavender. HEX triplet: DE, E0 and FE. RGB value is (222,224,254). Sum of RGB (Red+Green+Blue) = 222+224+254=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 224 (87.89% from 255 or 32% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0FE is #211F01. Grayscale: #E2E2E2. Windows color (decimal): -2170626 or 16703710. OLE color: 16703710.

HSL color Cylindrical-coordinate representation of color #DEE0FE: hue angle of 236.25º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEE0FE is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 222 224 254 -
CMYK 0.13 0.12 0 0.00
HSL 236.25º 0.94% 0.93% -
HSV(B) 236.25º 0.13% 1% -
XYZ 74.67 76 104.5 -
YUV 226.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 222 224 254 0.13 0.12 0 0.00 236.25 0.94 0.93
Hex DE E0 FE D C 0 0 EC 5E 5D
Octal 336 340 376 15 14 0 0 354 136 135
Binary 11011110 11100000 11111110 1101 1100 0 0 11101100 1011110 1011101

Color Harmonies of #DEE0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE0FE

Black with #DEE0FE

Text Example


Text Example

White with #DEE0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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