#DDDCEB

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

Shades of Quartz #DDDCEB

Tints of Quartz #DDDCEB

Color information

#DDDCEB (or 0xDDDCEB) is unknown color: approx Quartz. HEX triplet: DD, DC and EB. RGB value is (221,220,235). Sum of RGB (Red+Green+Blue) = 221+220+235=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCEB is #222314. Grayscale: #DDDDDD. Windows color (decimal): -2237205 or 15457501. OLE color: 15457501.

HSL color Cylindrical-coordinate representation of color #DDDCEB: hue angle of 244º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDCEB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221220235-
CMYK0.060.0600.08
HSL244º27.27%89.22%-
HSV(B)244º6.38%92.16%-
XYZ70.4172.5688.89-
YUV222.01135.33127.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 220 (86.33% from 255) = 32.54%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=32.69%
G=32.54%
B=34.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212202350.060.0600.0824427.2789.22
HexDDDCEB6608f41b59
Octal3353343536601036433131
Binary1101110111011100111010111101100100011110100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCEB; }

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

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

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

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

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

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

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

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