#DDDCE2

Color #DDDCE2 Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #DDDCE2

Tints of Quartz #DDDCE2

Color information

#DDDCE2 (or 0xDDDCE2) is unknown color: approx Quartz. HEX triplet: DD, DC and E2. RGB value is (221,220,226). Sum of RGB (Red+Green+Blue) = 221+220+226=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDDCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCE2 is #22231D. Grayscale: #DCDCDC. Windows color (decimal): -2237214 or 14867677. OLE color: 14867677.

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

Color convert

RGB221220226-
CMYK0.020.0300.11
HSL250º9.37%87.45%-
HSV(B)250º2.65%88.63%-
XYZ69.1472.0582.21-
YUV220.98130.83128.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 226 (88.67% from 255) = 33.88%
R=33.13%
G=32.98%
B=33.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212202260.020.0300.112509.3787.45
HexDDDCE2230Bfa957
Octal3353343422301337211127
Binary1101110111011100111000101011010111111101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCE2; }

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

 H1.HeaderClassName
 {
   color: #DDDCE2;
 }
 .AnyTagClassName
 {
   color: #DDDCE2;
 }
</style>
background-color css

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

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

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

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

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

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