Html Css Color HEX #DCE2FD Lavender

📋 copy color: '#DCE2FD'

red 220 ◦ green 226 ◦ blue 253

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

Shades of Lavender #DCE2FD

Tints of Lavender #DCE2FD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.33%

 BLUE value IS 253 (99.22% from 255) = 36.19%

R = 31.47%
G = 32.33%
B = 36.19%

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

#DCE2FD (or 0xDCE2FD) is known color: Lavender. HEX triplet: DC, E2 and FD. RGB value is (220,226,253). Sum of RGB (Red+Green+Blue) = 220+226+253=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE2FD is #231D02. Grayscale: #E3E3E3. Windows color (decimal): -2301187 or 16638684. OLE color: 16638684.

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

Color convert

RGB 220 226 253 -
CMYK 0.13 0.11 0 0.01
HSL 229.09º 0.89% 0.93% -
HSV(B) 229.09º 0.13% 0.99% -
XYZ 74.44 76.7 103.81 -
YUV 227.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 220 226 253 0.13 0.11 0 0.01 229.09 0.89 0.93
Hex DC E2 FD D B 0 1 E5 59 5D
Octal 334 342 375 15 13 0 1 345 131 135
Binary 11011100 11100010 11111101 1101 1011 0 1 11100101 1011001 1011101

Color Harmonies of #DCE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE2FD

Black with #DCE2FD

Text Example


Text Example

White with #DCE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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