#DDD8FD

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

Shades of Quartz #DDD8FD

Tints of Quartz #DDD8FD

Color information

#DDD8FD (or 0xDDD8FD) is unknown color: approx Quartz. HEX triplet: DD, D8 and FD. RGB value is (221,216,253). Sum of RGB (Red+Green+Blue) = 221+216+253=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDD8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8FD is #222702. Grayscale: #DDDDDD. Windows color (decimal): -2238211 or 16636125. OLE color: 16636125.

HSL color Cylindrical-coordinate representation of color #DDD8FD: hue angle of 248.11º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD8FD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221216253-
CMYK0.130.1500.01
HSL248.11º90.24%91.96%-
HSV(B)248.11º14.62%99.22%-
XYZ72.171.58102.94-
YUV221.71145.66127.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 216 (84.77% from 255) = 31.30%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=32.03%
G=31.30%
B=36.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212162530.130.1500.01248.1190.2491.96
HexDDD8FDDF01f85a5c
Octal335330375151701370132134
Binary11011101110110001111110111011111011111100010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8FD; }

 p { color: rgb(221,216,253); }

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

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

 a { background-color: rgb(221,216,253); }

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

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

 span { border-color: rgb(221,216,253); }

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