Html Css Color HEX #DFE2FC Lavender

📋 copy color: '#DFE2FC'

red 223 ◦ green 226 ◦ blue 252

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

Shades of Lavender #DFE2FC

Tints of Lavender #DFE2FC

RGB

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

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

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

R = 31.81%
G = 32.24%
B = 35.95%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFE2FC (or 0xDFE2FC) is known color: Lavender. HEX triplet: DF, E2 and FC. RGB value is (223,226,252). Sum of RGB (Red+Green+Blue) = 223+226+252=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2FC is #201D03. Grayscale: #E3E3E3. Windows color (decimal): -2104580 or 16573151. OLE color: 16573151.

HSL color Cylindrical-coordinate representation of color #DFE2FC: hue angle of 233.79º degrees, saturation: 0.83, 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 #DFE2FC is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 226 252 -
CMYK 0.12 0.10 0 0.01
HSL 233.79º 0.83% 0.93% -
HSV(B) 233.79º 0.12% 0.99% -
XYZ 75.2 77.11 103.02 -
YUV 228.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 223 226 252 0.12 0.10 0 0.01 233.79 0.83 0.93
Hex DF E2 FC C A 0 1 EA 53 5D
Octal 337 342 374 14 12 0 1 352 123 135
Binary 11011111 11100010 11111100 1100 1010 0 1 11101010 1010011 1011101

Color Harmonies of #DFE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE2FC

Black with #DFE2FC

Text Example


Text Example

White with #DFE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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