#DDD5FA

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

Shades of Quartz #DDD5FA

Tints of Quartz #DDD5FA

Color information

#DDD5FA (or 0xDDD5FA) is unknown color: approx Quartz. HEX triplet: DD, D5 and FA. RGB value is (221,213,250). Sum of RGB (Red+Green+Blue) = 221+213+250=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5FA is #222A05. Grayscale: #DBDBDB. Windows color (decimal): -2238982 or 16438749. OLE color: 16438749.

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

Color convert

RGB221213250-
CMYK0.120.1500.02
HSL252.97º78.72%90.78%-
HSV(B)252.97º14.8%98.04%-
XYZ70.8769.86100.19-
YUV219.61145.15128.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 213 (83.59% from 255) = 31.14%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=32.31%
G=31.14%
B=36.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212132500.120.1500.02252.9778.7290.78
HexDDD5FACF02fd4f5b
Octal335325372141702375117133
Binary110111011101010111111010110011110101111110110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5FA; }

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

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

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

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

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

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

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

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