#DDDCFF

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

Shades of Quartz #DDDCFF

Tints of Quartz #DDDCFF

Color information

#DDDCFF (or 0xDDDCFF) is unknown color: approx Quartz. HEX triplet: DD, DC and FF. RGB value is (221,220,255). Sum of RGB (Red+Green+Blue) = 221+220+255=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCFF is #222300. Grayscale: #E0E0E0. Windows color (decimal): -2237185 or 16768221. OLE color: 16768221.

HSL color Cylindrical-coordinate representation of color #DDDCFF: hue angle of 241.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDDCFF is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221220255-
CMYK0.130.1400
HSL241.71º100%93.14%-
HSV(B)241.71º13.73%100%-
XYZ73.4673.78104.98-
YUV224.29145.33125.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.75%
GREEN value IS 220 (86.33% from 255) = 31.61%
BLUE value IS 255 (100% from 255) = 36.64%
R=31.75%
G=31.61%
B=36.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212202550.130.1400241.7110093.14
HexDDDCFFDE00f2645d
Octal335334377151600362144135
Binary11011101110111001111111111011110001111001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCFF; }

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

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

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

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

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

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

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

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