Html Css Color HEX #DFDFE7 Quartz

📋 copy color: '#DFDFE7'

red 223 ◦ green 223 ◦ blue 231

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

Shades of Quartz #DFDFE7

Tints of Quartz #DFDFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.12%

R = 32.94%
G = 32.94%
B = 34.12%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFDFE7 (or 0xDFDFE7) is known color: Quartz. HEX triplet: DF, DF and E7. RGB value is (223,223,231). Sum of RGB (Red+Green+Blue) = 223+223+231=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFDFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFE7 is #202018. Grayscale: #DFDFDF. Windows color (decimal): -2105369 or 15196127. OLE color: 15196127.

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

Color convert

RGB 223 223 231 -
CMYK 0.03 0.03 0 0.09
HSL 240º 0.14% 0.89% -
HSV(B) 240º 0.03% 0.91% -
XYZ 71.24 74.23 86.17 -
YUV 223.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 223 223 231 0.03 0.03 0 0.09 240 0.14 0.89
Hex DF DF E7 3 3 0 9 F0 E 59
Octal 337 337 347 3 3 0 11 360 16 131
Binary 11011111 11011111 11100111 11 11 0 1001 11110000 1110 1011001

Color Harmonies of #DFDFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDFE7

Black with #DFDFE7

Text Example


Text Example

White with #DFDFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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