#DDD7FB

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

Shades of Quartz #DDD7FB

Tints of Quartz #DDD7FB

Color information

#DDD7FB (or 0xDDD7FB) is unknown color: approx Quartz. HEX triplet: DD, D7 and FB. RGB value is (221,215,251). Sum of RGB (Red+Green+Blue) = 221+215+251=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 215 (84.38% from 255 or 31.30% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDD7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7FB is #222804. Grayscale: #DCDCDC. Windows color (decimal): -2238469 or 16504797. OLE color: 16504797.

HSL color Cylindrical-coordinate representation of color #DDD7FB: hue angle of 250º degrees, saturation: 0.82, 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 #DDD7FB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221215251-
CMYK0.120.1400.02
HSL250º81.82%91.37%-
HSV(B)250º14.34%98.43%-
XYZ71.5370.94101.19-
YUV220.9144.99128.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 215 (84.38% from 255) = 31.30%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=32.17%
G=31.30%
B=36.54%

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
Decimal2212152510.120.1400.0225081.8291.37
HexDDD7FBCE02fa525b
Octal335327373141602372122133
Binary110111011101011111111011110011100101111101010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7FB; }

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

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

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

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

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

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

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

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