Html Css Color HEX #DDDCE5 Quartz

📋 copy color: '#DDDCE5'

red 221 ◦ green 220 ◦ blue 229

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

Shades of Quartz #DDDCE5

Tints of Quartz #DDDCE5

RGB

 RED value IS 221 (86.72% from 255) = 32.99%

 GREEN value IS 220 (86.33% from 255) = 32.84%

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

R = 32.99%
G = 32.84%
B = 34.18%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDDCE5 (or 0xDDDCE5) is known color: Quartz. HEX triplet: DD, DC and E5. RGB value is (221,220,229). Sum of RGB (Red+Green+Blue) = 221+220+229=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCE5 is #22231A. Grayscale: #DDDDDD. Windows color (decimal): -2237211 or 15064285. OLE color: 15064285.

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

Color convert

RGB 221 220 229 -
CMYK 0.03 0.04 0 0.10
HSL 246.67º 0.15% 0.88% -
HSV(B) 246.67º 0.04% 0.9% -
XYZ 69.55 72.22 84.4 -
YUV 221.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 221 220 229 0.03 0.04 0 0.10 246.67 0.15 0.88
Hex DD DC E5 3 4 0 A F7 F 58
Octal 335 334 345 3 4 0 12 367 17 130
Binary 11011101 11011100 11100101 11 100 0 1010 11110111 1111 1011000

Color Harmonies of #DDDCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCE5

Black with #DDDCE5

Text Example


Text Example

White with #DDDCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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