#DDD2FB

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

Shades of Quartz #DDD2FB

Tints of Quartz #DDD2FB

Color information

#DDD2FB (or 0xDDD2FB) is unknown color: approx Quartz. HEX triplet: DD, D2 and FB. RGB value is (221,210,251). Sum of RGB (Red+Green+Blue) = 221+210+251=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2FB is #222D04. Grayscale: #D9D9D9. Windows color (decimal): -2239749 or 16503517. OLE color: 16503517.

HSL color Cylindrical-coordinate representation of color #DDD2FB: hue angle of 256.1º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD2FB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221210251-
CMYK0.120.1600.02
HSL256.1º83.67%90.39%-
HSV(B)256.1º16.33%98.43%-
XYZ70.2868.43100.77-
YUV217.96146.64130.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.40%
GREEN value IS 210 (82.42% from 255) = 30.79%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=32.40%
G=30.79%
B=36.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212102510.120.1600.02256.183.6790.39
HexDDD2FBC1002100545a
Octal335322373142002400124132
Binary11011101110100101111101111001000001010000000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2FB; }

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

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

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

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

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

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

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

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