#DDDBF8

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

Shades of Quartz #DDDBF8

Tints of Quartz #DDDBF8

Color information

#DDDBF8 (or 0xDDDBF8) is unknown color: approx Quartz. HEX triplet: DD, DB and F8. RGB value is (221,219,248). Sum of RGB (Red+Green+Blue) = 221+219+248=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDDBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBF8 is #222407. Grayscale: #DEDEDE. Windows color (decimal): -2237448 or 16309213. OLE color: 16309213.

HSL color Cylindrical-coordinate representation of color #DDDBF8: hue angle of 244.14º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDBF8 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221219248-
CMYK0.110.1200.03
HSL244.14º67.44%91.57%-
HSV(B)244.14º11.69%97.25%-
XYZ72.0972.8199.06-
YUV222.9142.16126.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 219 (85.94% from 255) = 31.83%
BLUE value IS 248 (97.27% from 255) = 36.05%
R=32.12%
G=31.83%
B=36.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212192480.110.1200.03244.1467.4491.57
HexDDDBF8BC03f4435c
Octal335333370131403364103134
Binary110111011101101111111000101111000111111010010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBF8; }

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

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

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

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

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

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

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

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