Html Css Color HEX #DFE2FD Lavender

📋 copy color: '#DFE2FD'

red 223 ◦ green 226 ◦ blue 253

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

Shades of Lavender #DFE2FD

Tints of Lavender #DFE2FD

RGB

 RED value IS 223 (87.5% from 255) = 31.77%

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

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

R = 31.77%
G = 32.19%
B = 36.04%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFE2FD (or 0xDFE2FD) is known color: Lavender. HEX triplet: DF, E2 and FD. RGB value is (223,226,253). Sum of RGB (Red+Green+Blue) = 223+226+253=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2FD is #201D02. Grayscale: #E4E4E4. Windows color (decimal): -2104579 or 16638687. OLE color: 16638687.

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

Color convert

RGB 223 226 253 -
CMYK 0.12 0.11 0 0.01
HSL 234º 0.88% 0.93% -
HSV(B) 234º 0.12% 0.99% -
XYZ 75.36 77.17 103.85 -
YUV 228.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 223 226 253 0.12 0.11 0 0.01 234 0.88 0.93
Hex DF E2 FD C B 0 1 EA 58 5D
Octal 337 342 375 14 13 0 1 352 130 135
Binary 11011111 11100010 11111101 1100 1011 0 1 11101010 1011000 1011101

Color Harmonies of #DFE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE2FD

Black with #DFE2FD

Text Example


Text Example

White with #DFE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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