#DDDFF0

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

Shades of Quartz #DDDFF0

Tints of Quartz #DDDFF0

Color information

#DDDFF0 (or 0xDDDFF0) is unknown color: approx Quartz. HEX triplet: DD, DF and F0. RGB value is (221,223,240). Sum of RGB (Red+Green+Blue) = 221+223+240=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF0 is #22200F. Grayscale: #E0E0E0. Windows color (decimal): -2236432 or 15785949. OLE color: 15785949.

HSL color Cylindrical-coordinate representation of color #DDDFF0: hue angle of 233.68º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDFF0 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221223240-
CMYK0.080.0700.06
HSL233.68º38.78%90.39%-
HSV(B)233.68º7.92%94.12%-
XYZ71.9374.4493.01-
YUV224.34136.84125.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 240 (94.14% from 255) = 35.09%
R=32.31%
G=32.60%
B=35.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212232400.080.0700.06233.6838.7890.39
HexDDDFF08706ea275a
Octal3353373601070635247132
Binary11011101110111111111000010001110110111010101001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFF0; }

 p { color: rgb(221,223,240); }

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

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

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

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

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

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

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