Html Css Color HEX #DFDFE2 Quartz

📋 copy color: '#DFDFE2'

red 223 ◦ green 223 ◦ blue 226

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

Shades of Quartz #DFDFE2

Tints of Quartz #DFDFE2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.18%

 BLUE value IS 226 (88.67% from 255) = 33.63%

R = 33.18%
G = 33.18%
B = 33.63%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFDFE2 (or 0xDFDFE2) is known color: Quartz. HEX triplet: DF, DF and E2. RGB value is (223,223,226). Sum of RGB (Red+Green+Blue) = 223+223+226=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFDFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFE2 is #20201D. Grayscale: #DFDFDF. Windows color (decimal): -2105374 or 14868447. OLE color: 14868447.

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

Color convert

RGB 223 223 226 -
CMYK 0.01 0.01 0 0.11
HSL 240º 0.05% 0.88% -
HSV(B) 240º 0.01% 0.89% -
XYZ 70.55 73.95 82.51 -
YUV 223.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 223 223 226 0.01 0.01 0 0.11 240 0.05 0.88
Hex DF DF E2 1 1 0 B F0 5 58
Octal 337 337 342 1 1 0 13 360 5 130
Binary 11011111 11011111 11100010 1 1 0 1011 11110000 101 1011000

Color Harmonies of #DFDFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDFE2

Black with #DFDFE2

Text Example


Text Example

White with #DFDFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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