Html Css Color HEX #DFDDE5 Quartz

📋 copy color: '#DFDDE5'

red 223 ◦ green 221 ◦ blue 229

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

Shades of Quartz #DFDDE5

Tints of Quartz #DFDDE5

RGB

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

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

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

R = 33.14%
G = 32.84%
B = 34.03%

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

#DFDDE5 (or 0xDFDDE5) is known color: Quartz. HEX triplet: DF, DD and E5. RGB value is (223,221,229). Sum of RGB (Red+Green+Blue) = 223+221+229=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDE5 is #20221A. Grayscale: #DEDEDE. Windows color (decimal): -2105883 or 15064543. OLE color: 15064543.

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

Color convert

RGB 223 221 229 -
CMYK 0.03 0.03 0 0.10
HSL 255º 0.13% 0.88% -
HSV(B) 255º 0.03% 0.9% -
XYZ 70.43 73.06 84.52 -
YUV 222.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 223 221 229 0.03 0.03 0 0.10 255 0.13 0.88
Hex DF DD E5 3 3 0 A FF D 58
Octal 337 335 345 3 3 0 12 377 15 130
Binary 11011111 11011101 11100101 11 11 0 1010 11111111 1101 1011000

Color Harmonies of #DFDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDDE5

Black with #DFDDE5

Text Example


Text Example

White with #DFDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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