Html Css Color HEX #DCE2FE Lavender

📋 copy color: '#DCE2FE'

red 220 ◦ green 226 ◦ blue 254

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

Shades of Lavender #DCE2FE

Tints of Lavender #DCE2FE

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 value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DCE2FE (or 0xDCE2FE) is known color: 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

RGB 220 226 254 -
CMYK 0.13 0.11 0 0.00
HSL 229.41º 0.94% 0.93% -
HSV(B) 229.41º 0.13% 1% -
XYZ 74.6 76.76 104.65 -
YUV 227.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 220 226 254 0.13 0.11 0 0.00 229.41 0.94 0.93
Hex DC E2 FE D B 0 0 E5 5E 5D
Octal 334 342 376 15 13 0 0 345 136 135
Binary 11011100 11100010 11111110 1101 1011 0 0 11100101 1011110 1011101

Color Harmonies of #DCE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE2FE

Black with #DCE2FE

Text Example


Text Example

White with #DCE2FE

Text Example


Text Example

HTML Codes & Css Web 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>