#DDDCE3

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

Shades of Quartz #DDDCE3

Tints of Quartz #DDDCE3

Color information

#DDDCE3 (or 0xDDDCE3) is unknown color: approx Quartz. HEX triplet: DD, DC and E3. RGB value is (221,220,227). Sum of RGB (Red+Green+Blue) = 221+220+227=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDDCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCE3 is #22231C. Grayscale: #DDDDDD. Windows color (decimal): -2237213 or 14933213. OLE color: 14933213.

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

Color convert

RGB221220227-
CMYK0.030.0300.11
HSL248.57º11.11%87.65%-
HSV(B)248.57º3.08%89.02%-
XYZ69.2872.182.94-
YUV221.1131.33127.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 227 (89.06% from 255) = 33.98%
R=33.08%
G=32.93%
B=33.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212202270.030.0300.11248.5711.1187.65
HexDDDCE3330Bf9b58
Octal3353343433301337113130
Binary1101110111011100111000111111010111111100110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCE3; }

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

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

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

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

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

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

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

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