#DDDFEC

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

Shades of Quartz #DDDFEC

Tints of Quartz #DDDFEC

Color information

#DDDFEC (or 0xDDDFEC) is unknown color: approx Quartz. HEX triplet: DD, DF and EC. RGB value is (221,223,236). Sum of RGB (Red+Green+Blue) = 221+223+236=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFEC is #222013. Grayscale: #DFDFDF. Windows color (decimal): -2236436 or 15523805. OLE color: 15523805.

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

Color convert

RGB221223236-
CMYK0.060.0600.07
HSL232º28.3%89.61%-
HSV(B)232º6.36%92.55%-
XYZ71.3574.289.92-
YUV223.88134.84125.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 236 (92.58% from 255) = 34.71%
R=32.5%
G=32.79%
B=34.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212232360.060.0600.0723228.389.61
HexDDDFEC6607e81c5a
Octal335337354660735034132
Binary110111011101111111101100110110011111101000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFEC; }

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

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

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

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

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

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

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

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