#DDDEEC

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

Shades of Quartz #DDDEEC

Tints of Quartz #DDDEEC

Color information

#DDDEEC (or 0xDDDEEC) is unknown color: approx Quartz. HEX triplet: DD, DE and EC. RGB value is (221,222,236). Sum of RGB (Red+Green+Blue) = 221+222+236=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDDEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEEC is #222113. Grayscale: #DFDFDF. Windows color (decimal): -2236692 or 15523549. OLE color: 15523549.

HSL color Cylindrical-coordinate representation of color #DDDEEC: hue angle of 236º 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 #DDDEEC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221222236-
CMYK0.060.0600.07
HSL236º28.3%89.61%-
HSV(B)236º6.36%92.55%-
XYZ71.0873.6789.83-
YUV223.3135.17126.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 236 (92.58% from 255) = 34.76%
R=32.55%
G=32.70%
B=34.76%

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
Decimal2212222360.060.0600.0723628.389.61
HexDDDEEC6607ec1c5a
Octal335336354660735434132
Binary110111011101111011101100110110011111101100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEEC; }

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

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

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

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

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

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

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

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