Html Css Color HEX #DFDFE5 Quartz

📋 copy color: '#DFDFE5'

red 223 ◦ green 223 ◦ blue 229

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

Shades of Quartz #DFDFE5

Tints of Quartz #DFDFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.93%

R = 33.04%
G = 33.04%
B = 33.93%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFDFE5 (or 0xDFDFE5) is known color: Quartz. HEX triplet: DF, DF and E5. RGB value is (223,223,229). Sum of RGB (Red+Green+Blue) = 223+223+229=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFE5 is #20201A. Grayscale: #DFDFDF. Windows color (decimal): -2105371 or 15065055. OLE color: 15065055.

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

Color convert

RGB 223 223 229 -
CMYK 0.03 0.03 0 0.10
HSL 240º 0.1% 0.89% -
HSV(B) 240º 0.03% 0.9% -
XYZ 70.96 74.12 84.7 -
YUV 223.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 223 223 229 0.03 0.03 0 0.10 240 0.1 0.89
Hex DF DF E5 3 3 0 A F0 A 59
Octal 337 337 345 3 3 0 12 360 12 131
Binary 11011111 11011111 11100101 11 11 0 1010 11110000 1010 1011001

Color Harmonies of #DFDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDFE5

Black with #DFDFE5

Text Example


Text Example

White with #DFDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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