#DDDFEE

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

Shades of Quartz #DDDFEE

Tints of Quartz #DDDFEE

Color information

#DDDFEE (or 0xDDDFEE) is unknown color: approx Quartz. HEX triplet: DD, DF and EE. RGB value is (221,223,238). Sum of RGB (Red+Green+Blue) = 221+223+238=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFEE is #222011. Grayscale: #E0E0E0. Windows color (decimal): -2236434 or 15654877. OLE color: 15654877.

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

Color convert

RGB221223238-
CMYK0.070.0600.07
HSL232.94º33.33%90%-
HSV(B)232.94º7.14%93.33%-
XYZ71.6474.3291.46-
YUV224.11135.84125.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.40%
GREEN value IS 223 (87.5% from 255) = 32.70%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=32.40%
G=32.70%
B=34.90%

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
Decimal2212232380.070.0600.07232.9433.3390
HexDDDFEE7607e9215a
Octal335337356760735141132
Binary1101110111011111111011101111100111111010011000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFEE; }

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

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

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

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

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

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

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

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