#DDDCFC

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

Shades of Quartz #DDDCFC

Tints of Quartz #DDDCFC

Color information

#DDDCFC (or 0xDDDCFC) is unknown color: approx Quartz. HEX triplet: DD, DC and FC. RGB value is (221,220,252). Sum of RGB (Red+Green+Blue) = 221+220+252=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDDCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCFC is #222303. Grayscale: #DFDFDF. Windows color (decimal): -2237188 or 16571613. OLE color: 16571613.

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

Color convert

RGB221220252-
CMYK0.120.1300.01
HSL241.88º84.21%92.55%-
HSV(B)241.88º12.7%98.82%-
XYZ72.9873.59102.45-
YUV223.95143.83125.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 220 (86.33% from 255) = 31.75%
BLUE value IS 252 (98.83% from 255) = 36.36%
R=31.89%
G=31.75%
B=36.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212202520.120.1300.01241.8884.2192.55
HexDDDCFCCD01f2545d
Octal335334374141501362124135
Binary11011101110111001111110011001101011111001010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCFC; }

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

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

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

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

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

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

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

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