#DCE1FD

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

Shades of Lavender #DCE1FD

Tints of Lavender #DCE1FD

Color information

#DCE1FD (or 0xDCE1FD) is unknown color: approx Lavender. HEX triplet: DC, E1 and FD. RGB value is (220,225,253). Sum of RGB (Red+Green+Blue) = 220+225+253=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1FD is #231E02. Grayscale: #E2E2E2. Windows color (decimal): -2301443 or 16638428. OLE color: 16638428.

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

Color convert

RGB220225253-
CMYK0.130.1100.01
HSL230.91º89.19%92.75%-
HSV(B)230.91º13.04%99.22%-
XYZ74.1776.16103.72-
YUV226.7142.84123.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.52%
GREEN value IS 225 (88.28% from 255) = 32.23%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=31.52%
G=32.23%
B=36.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202252530.130.1100.01230.9189.1992.75
HexDCE1FDDB01e7595d
Octal334341375151301347131135
Binary11011100111000011111110111011011011110011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1FD; }

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

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

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

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

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

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

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

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