#DDDDF2

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

Shades of Quartz #DDDDF2

Tints of Quartz #DDDDF2

Color information

#DDDDF2 (or 0xDDDDF2) is unknown color: approx Quartz. HEX triplet: DD, DD and F2. RGB value is (221,221,242). Sum of RGB (Red+Green+Blue) = 221+221+242=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDDDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDF2 is #22220D. Grayscale: #DFDFDF. Windows color (decimal): -2236942 or 15916509. OLE color: 15916509.

HSL color Cylindrical-coordinate representation of color #DDDDF2: hue angle of 240º degrees, saturation: 0.45, 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 #DDDDF2 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221221242-
CMYK0.090.0900.05
HSL240º44.68%90.78%-
HSV(B)240º8.68%94.9%-
XYZ71.773.594.41-
YUV223.39138.5126.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 221 (86.72% from 255) = 32.31%
BLUE value IS 242 (94.92% from 255) = 35.38%
R=32.31%
G=32.31%
B=35.38%

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
Decimal2212212420.090.0900.0524044.6890.78
HexDDDDF29905f02d5b
Octal33533536211110536055133
Binary110111011101110111110010100110010101111100001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDF2; }

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

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

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

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

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

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

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

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