#DCE2FC

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

Shades of Lavender #DCE2FC

Tints of Lavender #DCE2FC

Color information

#DCE2FC (or 0xDCE2FC) is unknown color: approx Lavender. HEX triplet: DC, E2 and FC. RGB value is (220,226,252). Sum of RGB (Red+Green+Blue) = 220+226+252=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE2FC is #231D03. Grayscale: #E3E3E3. Windows color (decimal): -2301188 or 16573148. OLE color: 16573148.

HSL color Cylindrical-coordinate representation of color #DCE2FC: hue angle of 228.75º degrees, saturation: 0.84, 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 #DCE2FC is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220226252-
CMYK0.130.1000.01
HSL228.75º84.21%92.55%-
HSV(B)228.75º12.7%98.82%-
XYZ74.2876.64102.97-
YUV227.17142.01122.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.52%
GREEN value IS 226 (88.67% from 255) = 32.38%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=31.52%
G=32.38%
B=36.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202262520.130.1000.01228.7584.2192.55
HexDCE2FCDA01e5545d
Octal334342374151201345124135
Binary11011100111000101111110011011010011110010110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE2FC; }

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

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

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

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

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

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

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

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