#DDDDF3

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

Shades of Quartz #DDDDF3

Tints of Quartz #DDDDF3

Color information

#DDDDF3 (or 0xDDDDF3) is unknown color: approx Quartz. HEX triplet: DD, DD and F3. RGB value is (221,221,243). Sum of RGB (Red+Green+Blue) = 221+221+243=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDF3 is #22220C. Grayscale: #DFDFDF. Windows color (decimal): -2236941 or 15982045. OLE color: 15982045.

HSL color Cylindrical-coordinate representation of color #DDDDF3: hue angle of 240º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDDF3 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221221243-
CMYK0.090.0900.05
HSL240º47.83%90.98%-
HSV(B)240º9.05%95.29%-
XYZ71.8573.5695.2-
YUV223.51139126.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 221 (86.72% from 255) = 32.26%
BLUE value IS 243 (95.31% from 255) = 35.47%
R=32.26%
G=32.26%
B=35.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212212430.090.0900.0524047.8390.98
HexDDDDF39905f0305b
Octal33533536311110536060133
Binary110111011101110111110011100110010101111100001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDF3; }

 p { color: rgb(221,221,243); }

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

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

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

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

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

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

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