Html Css Color HEX #DFE0F6 Quartz

📋 copy color: '#DFE0F6'

red 223 ◦ green 224 ◦ blue 246

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

Shades of Quartz #DFE0F6

Tints of Quartz #DFE0F6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.32%

 BLUE value IS 246 (96.48% from 255) = 35.5%

R = 32.18%
G = 32.32%
B = 35.5%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFE0F6 (or 0xDFE0F6) is known color: Quartz. HEX triplet: DF, E0 and F6. RGB value is (223,224,246). Sum of RGB (Red+Green+Blue) = 223+224+246=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFE0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0F6 is #201F09. Grayscale: #E2E2E2. Windows color (decimal): -2105098 or 16179423. OLE color: 16179423.

HSL color Cylindrical-coordinate representation of color #DFE0F6: hue angle of 237.39º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFE0F6 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 224 246 -
CMYK 0.09 0.09 0 0.04
HSL 237.39º 0.56% 0.92% -
HSV(B) 237.39º 0.09% 0.96% -
XYZ 73.72 75.65 97.91 -
YUV 226.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 223 224 246 0.09 0.09 0 0.04 237.39 0.56 0.92
Hex DF E0 F6 9 9 0 4 ED 38 5C
Octal 337 340 366 11 11 0 4 355 70 134
Binary 11011111 11100000 11110110 1001 1001 0 100 11101101 111000 1011100

Color Harmonies of #DFE0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE0F6

Black with #DFE0F6

Text Example


Text Example

White with #DFE0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE0F6; }

 p { color: rgb(223,224,246); }

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

background-color css

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

 a { background-color: rgb(223,224,246); }

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

border-color css

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

 span { border-color: rgb(223,224,246); }

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