#DDDEEF

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

Shades of Quartz #DDDEEF

Tints of Quartz #DDDEEF

Color information

#DDDEEF (or 0xDDDEEF) is unknown color: approx Quartz. HEX triplet: DD, DE and EF. RGB value is (221,222,239). Sum of RGB (Red+Green+Blue) = 221+222+239=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEEF is #222110. Grayscale: #DFDFDF. Windows color (decimal): -2236689 or 15720157. OLE color: 15720157.

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

Color convert

RGB221222239-
CMYK0.080.0700.06
HSL236.67º36%90.2%-
HSV(B)236.67º7.53%93.73%-
XYZ71.5273.8592.15-
YUV223.64136.67126.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.40%
GREEN value IS 222 (87.11% from 255) = 32.55%
BLUE value IS 239 (93.75% from 255) = 35.04%
R=32.40%
G=32.55%
B=35.04%

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
Decimal2212222390.080.0700.06236.673690.2
HexDDDEEF8706ed245a
Octal3353363571070635544132
Binary11011101110111101110111110001110110111011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEEF; }

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

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

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

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

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

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

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

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