Html Css Color HEX #DEE2FC Lavender

📋 copy color: '#DEE2FC'

red 222 ◦ green 226 ◦ blue 252

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

Shades of Lavender #DEE2FC

Tints of Lavender #DEE2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.29%

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

R = 31.71%
G = 32.29%
B = 36%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEE2FC (or 0xDEE2FC) is known color: Lavender. HEX triplet: DE, E2 and FC. RGB value is (222,226,252). Sum of RGB (Red+Green+Blue) = 222+226+252=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2FC is #211D03. Grayscale: #E3E3E3. Windows color (decimal): -2170116 or 16573150. OLE color: 16573150.

HSL color Cylindrical-coordinate representation of color #DEE2FC: hue angle of 232º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEE2FC is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 226 252 -
CMYK 0.12 0.10 0 0.01
HSL 232º 0.83% 0.93% -
HSV(B) 232º 0.12% 0.99% -
XYZ 74.89 76.95 103 -
YUV 227.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 222 226 252 0.12 0.10 0 0.01 232 0.83 0.93
Hex DE E2 FC C A 0 1 E8 53 5D
Octal 336 342 374 14 12 0 1 350 123 135
Binary 11011110 11100010 11111100 1100 1010 0 1 11101000 1010011 1011101

Color Harmonies of #DEE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE2FC

Black with #DEE2FC

Text Example


Text Example

White with #DEE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE2FC; }

 p { color: rgb(222,226,252); }

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

background-color css

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

 a { background-color: rgb(222,226,252); }

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

border-color css

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

 span { border-color: rgb(222,226,252); }

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