Html Css Color HEX #DCE1FC Lavender

📋 copy color: '#DCE1FC'

red 220 ◦ green 225 ◦ blue 252

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

Shades of Lavender #DCE1FC

Tints of Lavender #DCE1FC

RGB

 RED value IS 220 (86.33% from 255) = 31.56%

 GREEN value IS 225 (88.28% from 255) = 32.28%

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

R = 31.56%
G = 32.28%
B = 36.15%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCE1FC (or 0xDCE1FC) is known color: Lavender. HEX triplet: DC, E1 and FC. RGB value is (220,225,252). Sum of RGB (Red+Green+Blue) = 220+225+252=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 225 (88.28% from 255 or 32.28% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCE1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1FC is #231E03. Grayscale: #E2E2E2. Windows color (decimal): -2301444 or 16572892. OLE color: 16572892.

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

Color convert

RGB 220 225 252 -
CMYK 0.13 0.11 0 0.01
HSL 230.63º 0.84% 0.93% -
HSV(B) 230.63º 0.13% 0.99% -
XYZ 74.01 76.09 102.88 -
YUV 226.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 220 225 252 0.13 0.11 0 0.01 230.63 0.84 0.93
Hex DC E1 FC D B 0 1 E7 54 5D
Octal 334 341 374 15 13 0 1 347 124 135
Binary 11011100 11100001 11111100 1101 1011 0 1 11100111 1010100 1011101

Color Harmonies of #DCE1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE1FC

Black with #DCE1FC

Text Example


Text Example

White with #DCE1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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