Html Css Color HEX #DEE0FF Lavender

📋 copy color: '#DEE0FF'

red 222 ◦ green 224 ◦ blue 255

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

Shades of Lavender #DEE0FF

Tints of Lavender #DEE0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.38%

R = 31.67%
G = 31.95%
B = 36.38%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DEE0FF (or 0xDEE0FF) is known color: Lavender. HEX triplet: DE, E0 and FF. RGB value is (222,224,255). Sum of RGB (Red+Green+Blue) = 222+224+255=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0FF is #211F00. Grayscale: #E2E2E2. Windows color (decimal): -2170625 or 16769246. OLE color: 16769246.

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

Color convert

RGB 222 224 255 -
CMYK 0.13 0.12 0 0
HSL 236.36º 1% 0.94% -
HSV(B) 236.36º 0.13% 1% -
XYZ 74.83 76.06 105.35 -
YUV 226.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 222 224 255 0.13 0.12 0 0 236.36 1 0.94
Hex DE E0 FF D C 0 0 EC 64 5E
Octal 336 340 377 15 14 0 0 354 144 136
Binary 11011110 11100000 11111111 1101 1100 0 0 11101100 1100100 1011110

Color Harmonies of #DEE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE0FF

Black with #DEE0FF

Text Example


Text Example

White with #DEE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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