#DDDFFA

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

Shades of Quartz #DDDFFA

Tints of Quartz #DDDFFA

Color information

#DDDFFA (or 0xDDDFFA) is unknown color: approx Quartz. HEX triplet: DD, DF and FA. RGB value is (221,223,250). Sum of RGB (Red+Green+Blue) = 221+223+250=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDDFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFFA is #222005. Grayscale: #E1E1E1. Windows color (decimal): -2236422 or 16441309. OLE color: 16441309.

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

Color convert

RGB221223250-
CMYK0.120.1100.02
HSL235.86º74.36%92.35%-
HSV(B)235.86º11.6%98.04%-
XYZ73.4675.05101.06-
YUV225.48141.84124.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.84%
GREEN value IS 223 (87.5% from 255) = 32.13%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=31.84%
G=32.13%
B=36.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212232500.120.1100.02235.8674.3692.35
HexDDDFFACB02ec4a5c
Octal335337372141302354112134
Binary110111011101111111111010110010110101110110010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFFA; }

 p { color: rgb(221,223,250); }

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

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

 a { background-color: rgb(221,223,250); }

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

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

 span { border-color: rgb(221,223,250); }

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