Html Css Color HEX #DFDDE7 Quartz

📋 copy color: '#DFDDE7'

red 223 ◦ green 221 ◦ blue 231

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

Shades of Quartz #DFDDE7

Tints of Quartz #DFDDE7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.74%

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

R = 33.04%
G = 32.74%
B = 34.22%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFDDE7 (or 0xDFDDE7) is known color: Quartz. HEX triplet: DF, DD and E7. RGB value is (223,221,231). Sum of RGB (Red+Green+Blue) = 223+221+231=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDE7 is #202218. Grayscale: #DEDEDE. Windows color (decimal): -2105881 or 15195615. OLE color: 15195615.

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

Color convert

RGB 223 221 231 -
CMYK 0.03 0.04 0 0.09
HSL 252º 0.17% 0.89% -
HSV(B) 252º 0.04% 0.91% -
XYZ 70.71 73.17 86 -
YUV 222.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 223 221 231 0.03 0.04 0 0.09 252 0.17 0.89
Hex DF DD E7 3 4 0 9 FC 11 59
Octal 337 335 347 3 4 0 11 374 21 131
Binary 11011111 11011101 11100111 11 100 0 1001 11111100 10001 1011001

Color Harmonies of #DFDDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDDE7

Black with #DFDDE7

Text Example


Text Example

White with #DFDDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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