#DDDBF5

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

Shades of Quartz #DDDBF5

Tints of Quartz #DDDBF5

Color information

#DDDBF5 (or 0xDDDBF5) is unknown color: approx Quartz. HEX triplet: DD, DB and F5. RGB value is (221,219,245). Sum of RGB (Red+Green+Blue) = 221+219+245=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDDBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBF5 is #22240A. Grayscale: #DEDEDE. Windows color (decimal): -2237451 or 16112605. OLE color: 16112605.

HSL color Cylindrical-coordinate representation of color #DDDBF5: hue angle of 244.62º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDBF5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221219245-
CMYK0.100.1100.04
HSL244.62º56.52%90.98%-
HSV(B)244.62º10.61%96.08%-
XYZ71.6372.6396.63-
YUV222.56140.66126.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 245 (96.09% from 255) = 35.77%
R=32.26%
G=31.97%
B=35.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212192450.100.1100.04244.6256.5290.98
HexDDDBF5AB04f5395b
Octal33533336512130436571133
Binary110111011101101111110101101010110100111101011110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBF5; }

 p { color: rgb(221,219,245); }

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

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

 a { background-color: rgb(221,219,245); }

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

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

 span { border-color: rgb(221,219,245); }

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