#DCE1FE

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

Shades of Lavender #DCE1FE

Tints of Lavender #DCE1FE

Color information

#DCE1FE (or 0xDCE1FE) is unknown color: approx Lavender. HEX triplet: DC, E1 and FE. RGB value is (220,225,254). Sum of RGB (Red+Green+Blue) = 220+225+254=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 225 (88.28% from 255 or 32.19% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1FE is #231E01. Grayscale: #E2E2E2. Windows color (decimal): -2301442 or 16703964. OLE color: 16703964.

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

Color convert

RGB220225254-
CMYK0.130.1100.00
HSL231.18º94.44%92.94%-
HSV(B)231.18º13.39%99.61%-
XYZ74.3376.22104.56-
YUV226.81143.34123.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.47%
GREEN value IS 225 (88.28% from 255) = 32.19%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=31.47%
G=32.19%
B=36.34%

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
Decimal2202252540.130.1100.00231.1894.4492.94
HexDCE1FEDB00e75e5d
Octal334341376151300347136135
Binary11011100111000011111111011011011001110011110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1FE; }

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

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

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

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

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

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

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

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