Html Css Color HEX #DFE2FB Lavender

📋 copy color: '#DFE2FB'

red 223 ◦ green 226 ◦ blue 251

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

Shades of Lavender #DFE2FB

Tints of Lavender #DFE2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.86%

R = 31.86%
G = 32.29%
B = 35.86%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFE2FB (or 0xDFE2FB) is known color: Lavender. HEX triplet: DF, E2 and FB. RGB value is (223,226,251). Sum of RGB (Red+Green+Blue) = 223+226+251=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2FB is #201D04. Grayscale: #E3E3E3. Windows color (decimal): -2104581 or 16507615. OLE color: 16507615.

HSL color Cylindrical-coordinate representation of color #DFE2FB: hue angle of 233.57º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFE2FB is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 226 251 -
CMYK 0.11 0.10 0 0.02
HSL 233.57º 0.78% 0.93% -
HSV(B) 233.57º 0.11% 0.98% -
XYZ 75.04 77.05 102.18 -
YUV 227.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 223 226 251 0.11 0.10 0 0.02 233.57 0.78 0.93
Hex DF E2 FB B A 0 2 EA 4E 5D
Octal 337 342 373 13 12 0 2 352 116 135
Binary 11011111 11100010 11111011 1011 1010 0 10 11101010 1001110 1011101

Color Harmonies of #DFE2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE2FB

Black with #DFE2FB

Text Example


Text Example

White with #DFE2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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