#DDD7FA

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

Shades of Quartz #DDD7FA

Tints of Quartz #DDD7FA

Color information

#DDD7FA (or 0xDDD7FA) is unknown color: approx Quartz. HEX triplet: DD, D7 and FA. RGB value is (221,215,250). Sum of RGB (Red+Green+Blue) = 221+215+250=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7FA is #222805. Grayscale: #DCDCDC. Windows color (decimal): -2238470 or 16439261. OLE color: 16439261.

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

Color convert

RGB221215250-
CMYK0.120.1400.02
HSL250.29º77.78%91.18%-
HSV(B)250.29º14%98.04%-
XYZ71.3770.88100.36-
YUV220.78144.49128.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.22%
GREEN value IS 215 (84.38% from 255) = 31.34%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=32.22%
G=31.34%
B=36.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212152500.120.1400.02250.2977.7891.18
HexDDD7FACE02fa4e5b
Octal335327372141602372116133
Binary110111011101011111111010110011100101111101010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7FA; }

 p { color: rgb(221,215,250); }

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

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

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

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

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

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

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