#DDDCFA

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

Shades of Quartz #DDDCFA

Tints of Quartz #DDDCFA

Color information

#DDDCFA (or 0xDDDCFA) is unknown color: approx Quartz. HEX triplet: DD, DC and FA. RGB value is (221,220,250). Sum of RGB (Red+Green+Blue) = 221+220+250=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDDCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCFA is #222305. Grayscale: #DFDFDF. Windows color (decimal): -2237190 or 16440541. OLE color: 16440541.

HSL color Cylindrical-coordinate representation of color #DDDCFA: hue angle of 242º degrees, saturation: 0.75, 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 #DDDCFA is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221220250-
CMYK0.120.1200.02
HSL242º75%92.16%-
HSV(B)242º12%98.04%-
XYZ72.6773.46100.79-
YUV223.72142.83126.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=31.98%
G=31.84%
B=36.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212202500.120.1200.022427592.16
HexDDDCFACC02f24b5c
Octal335334372141402362113134
Binary110111011101110011111010110011000101111001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCFA; }

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

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

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

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

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

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

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

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