Html Css Color HEX #D5D5DD Quartz

📋 copy color: '#D5D5DD'

red 213 ◦ green 213 ◦ blue 221

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

Shades of Quartz #D5D5DD

Tints of Quartz #D5D5DD

RGB

 RED value IS 213 (83.59% from 255) = 32.92%

 GREEN value IS 213 (83.59% from 255) = 32.92%

 BLUE value IS 221 (86.72% from 255) = 34.16%

R = 32.92%
G = 32.92%
B = 34.16%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5D5DD (or 0xD5D5DD) is known color: Quartz. HEX triplet: D5, D5 and DD. RGB value is (213,213,221). Sum of RGB (Red+Green+Blue) = 213+213+221=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5D5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D5DD is #2A2A22. Grayscale: #D5D5D5. Windows color (decimal): -2763299 or 14538197. OLE color: 14538197.

HSL color Cylindrical-coordinate representation of color #D5D5DD: hue angle of 240º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5D5DD is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 213 221 -
CMYK 0.04 0.04 0 0.13
HSL 240º 0.11% 0.85% -
HSV(B) 240º 0.04% 0.87% -
XYZ 64.29 66.96 77.94 -
YUV 213.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 213 213 221 0.04 0.04 0 0.13 240 0.11 0.85
Hex D5 D5 DD 4 4 0 D F0 B 55
Octal 325 325 335 4 4 0 15 360 13 125
Binary 11010101 11010101 11011101 100 100 0 1101 11110000 1011 1010101

Color Harmonies of #D5D5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D5DD

Black with #D5D5DD

Text Example


Text Example

White with #D5D5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D5DD; }

 p { color: rgb(213,213,221); }

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

background-color css

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

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

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

border-color css

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

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

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