#DCE2FE

Color #DCE2FE Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #DCE2FE

Tints of Lavender #DCE2FE

Color information

#DCE2FE (or 0xDCE2FE) is unknown color: approx Lavender. HEX triplet: DC, E2 and FE. RGB value is (220,226,254). Sum of RGB (Red+Green+Blue) = 220+226+254=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 226 (88.67% from 255 or 32.29% 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 #DCE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE2FE is #231D01. Grayscale: #E3E3E3. Windows color (decimal): -2301186 or 16704220. OLE color: 16704220.

HSL color Cylindrical-coordinate representation of color #DCE2FE: hue angle of 229.41º 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 #DCE2FE is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220226254-
CMYK0.130.1100.00
HSL229.41º94.44%92.94%-
HSV(B)229.41º13.39%99.61%-
XYZ74.676.76104.65-
YUV227.4143.01122.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.43%
GREEN value IS 226 (88.67% from 255) = 32.29%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=31.43%
G=32.29%
B=36.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202262540.130.1100.00229.4194.4492.94
HexDCE2FEDB00e55e5d
Octal334342376151300345136135
Binary11011100111000101111111011011011001110010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE2FE; }

 p { color: rgb(220,226,254); }

 H1.HeaderClassName
 {
   color: #DCE2FE;
 }
 .AnyTagClassName
 {
   color: #DCE2FE;
 }
</style>
background-color css

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

 a { background-color: rgb(220,226,254); }

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

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

 span { border-color: rgb(220,226,254); }

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