#DDDDF4

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

Shades of Quartz #DDDDF4

Tints of Quartz #DDDDF4

Color information

#DDDDF4 (or 0xDDDDF4) is unknown color: approx Quartz. HEX triplet: DD, DD and F4. RGB value is (221,221,244). Sum of RGB (Red+Green+Blue) = 221+221+244=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDF4 is #22220B. Grayscale: #DFDFDF. Windows color (decimal): -2236940 or 16047581. OLE color: 16047581.

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

Color convert

RGB221221244-
CMYK0.090.0900.04
HSL240º51.11%91.18%-
HSV(B)240º9.43%95.69%-
XYZ7273.6296-
YUV223.62139.5126.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.22%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 244 (95.70% from 255) = 35.57%
R=32.22%
G=32.22%
B=35.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212212440.090.0900.0424051.1191.18
HexDDDDF49904f0335b
Octal33533536411110436063133
Binary110111011101110111110100100110010100111100001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDF4; }

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

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

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

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

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

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

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

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