Html Css Color HEX #DFDEE4 Quartz

📋 copy color: '#DFDEE4'

red 223 ◦ green 222 ◦ blue 228

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

Shades of Quartz #DFDEE4

Tints of Quartz #DFDEE4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.99%

 BLUE value IS 228 (89.45% from 255) = 33.88%

R = 33.14%
G = 32.99%
B = 33.88%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFDEE4 (or 0xDFDEE4) is known color: Quartz. HEX triplet: DF, DE and E4. RGB value is (223,222,228). Sum of RGB (Red+Green+Blue) = 223+222+228=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEE4 is #20211B. Grayscale: #DEDEDE. Windows color (decimal): -2105628 or 14999263. OLE color: 14999263.

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

Color convert

RGB 223 222 228 -
CMYK 0.02 0.03 0 0.11
HSL 250º 0.1% 0.88% -
HSV(B) 250º 0.03% 0.89% -
XYZ 70.56 73.53 83.87 -
YUV 222.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 223 222 228 0.02 0.03 0 0.11 250 0.1 0.88
Hex DF DE E4 2 3 0 B FA A 58
Octal 337 336 344 2 3 0 13 372 12 130
Binary 11011111 11011110 11100100 10 11 0 1011 11111010 1010 1011000

Color Harmonies of #DFDEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDEE4

Black with #DFDEE4

Text Example


Text Example

White with #DFDEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDEE4; }

 p { color: rgb(223,222,228); }

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

background-color css

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

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

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

border-color css

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

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

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