#DDDBF1

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

Shades of Quartz #DDDBF1

Tints of Quartz #DDDBF1

Color information

#DDDBF1 (or 0xDDDBF1) is unknown color: approx Quartz. HEX triplet: DD, DB and F1. RGB value is (221,219,241). Sum of RGB (Red+Green+Blue) = 221+219+241=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDDBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBF1 is #22240E. Grayscale: #DEDEDE. Windows color (decimal): -2237455 or 15850461. OLE color: 15850461.

HSL color Cylindrical-coordinate representation of color #DDDBF1: hue angle of 245.45º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDBF1 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221219241-
CMYK0.080.0900.05
HSL245.45º44%90.2%-
HSV(B)245.45º9.13%94.51%-
XYZ71.0372.3993.45-
YUV222.11138.66127.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.45%
GREEN value IS 219 (85.94% from 255) = 32.16%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=32.45%
G=32.16%
B=35.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212192410.080.0900.05245.454490.2
HexDDDBF18905f52c5a
Octal33533336110110536554132
Binary110111011101101111110001100010010101111101011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBF1; }

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

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

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

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

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

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

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

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