#DDDDEC

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

Shades of Quartz #DDDDEC

Tints of Quartz #DDDDEC

Color information

#DDDDEC (or 0xDDDDEC) is unknown color: approx Quartz. HEX triplet: DD, DD and EC. RGB value is (221,221,236). Sum of RGB (Red+Green+Blue) = 221+221+236=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDEC is #222213. Grayscale: #DEDEDE. Windows color (decimal): -2236948 or 15523293. OLE color: 15523293.

HSL color Cylindrical-coordinate representation of color #DDDDEC: hue angle of 240º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDDEC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221221236-
CMYK0.060.0600.07
HSL240º28.3%89.61%-
HSV(B)240º6.36%92.55%-
XYZ70.8273.1489.74-
YUV222.71135.5126.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 236 (92.58% from 255) = 34.81%
R=32.60%
G=32.60%
B=34.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212212360.060.0600.0724028.389.61
HexDDDDEC6607f01c5a
Octal335335354660736034132
Binary110111011101110111101100110110011111110000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDEC; }

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

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

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

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

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

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

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

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