#DDDBFF

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

Shades of Quartz #DDDBFF

Tints of Quartz #DDDBFF

Color information

#DDDBFF (or 0xDDDBFF) is unknown color: approx Quartz. HEX triplet: DD, DB and FF. RGB value is (221,219,255). Sum of RGB (Red+Green+Blue) = 221+219+255=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBFF is #222400. Grayscale: #DFDFDF. Windows color (decimal): -2237441 or 16767965. OLE color: 16767965.

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

Color convert

RGB221219255-
CMYK0.130.1400
HSL243.33º100%92.94%-
HSV(B)243.33º14.12%100%-
XYZ73.273.26104.89-
YUV223.7145.66126.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.80%
GREEN value IS 219 (85.94% from 255) = 31.51%
BLUE value IS 255 (100% from 255) = 36.69%
R=31.80%
G=31.51%
B=36.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212192550.130.1400243.3310092.94
HexDDDBFFDE00f3645d
Octal335333377151600363144135
Binary11011101110110111111111111011110001111001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBFF; }

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

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

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

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

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

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

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

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