#DDDFED

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

Shades of Quartz #DDDFED

Tints of Quartz #DDDFED

Color information

#DDDFED (or 0xDDDFED) is unknown color: approx Quartz. HEX triplet: DD, DF and ED. RGB value is (221,223,237). Sum of RGB (Red+Green+Blue) = 221+223+237=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFED is #222012. Grayscale: #DFDFDF. Windows color (decimal): -2236435 or 15589341. OLE color: 15589341.

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

Color convert

RGB221223237-
CMYK0.070.0600.07
HSL232.5º30.77%89.8%-
HSV(B)232.5º6.75%92.94%-
XYZ71.4974.2690.69-
YUV224135.34125.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.45%
GREEN value IS 223 (87.5% from 255) = 32.75%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=32.45%
G=32.75%
B=34.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212232370.070.0600.07232.530.7789.8
HexDDDFED7607e81f5a
Octal335337355760735037132
Binary110111011101111111101101111110011111101000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFED; }

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

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

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

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

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

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

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

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