#DDD2FC

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

Shades of Quartz #DDD2FC

Tints of Quartz #DDD2FC

Color information

#DDD2FC (or 0xDDD2FC) is unknown color: approx Quartz. HEX triplet: DD, D2 and FC. RGB value is (221,210,252). Sum of RGB (Red+Green+Blue) = 221+210+252=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDD2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2FC is #222D03. Grayscale: #D9D9D9. Windows color (decimal): -2239748 or 16569053. OLE color: 16569053.

HSL color Cylindrical-coordinate representation of color #DDD2FC: hue angle of 255.71º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDD2FC is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221210252-
CMYK0.120.1700.01
HSL255.71º87.5%90.59%-
HSV(B)255.71º16.67%98.82%-
XYZ70.4468.49101.6-
YUV218.08147.14130.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 210 (82.42% from 255) = 30.75%
BLUE value IS 252 (98.83% from 255) = 36.90%
R=32.36%
G=30.75%
B=36.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212102520.120.1700.01255.7187.590.59
HexDDD2FCC1101100585b
Octal335322374142101400130133
Binary1101110111010010111111001100100010110000000010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2FC; }

 p { color: rgb(221,210,252); }

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

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

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

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

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

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

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