#DDDBFD

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

Shades of Quartz #DDDBFD

Tints of Quartz #DDDBFD

Color information

#DDDBFD (or 0xDDDBFD) is unknown color: approx Quartz. HEX triplet: DD, DB and FD. RGB value is (221,219,253). Sum of RGB (Red+Green+Blue) = 221+219+253=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDDBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBFD is #222402. Grayscale: #DFDFDF. Windows color (decimal): -2237443 or 16636893. OLE color: 16636893.

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

Color convert

RGB221219253-
CMYK0.130.1300.01
HSL243.53º89.47%92.55%-
HSV(B)243.53º13.44%99.22%-
XYZ72.8873.13103.2-
YUV223.47144.66126.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 219 (85.94% from 255) = 31.60%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=31.89%
G=31.60%
B=36.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212192530.130.1300.01243.5389.4792.55
HexDDDBFDDD01f4595d
Octal335333375151501364131135
Binary11011101110110111111110111011101011111010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBFD; }

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

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

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

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

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

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

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

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