#DDDEE7

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

Shades of Quartz #DDDEE7

Tints of Quartz #DDDEE7

Color information

#DDDEE7 (or 0xDDDEE7) is unknown color: approx Quartz. HEX triplet: DD, DE and E7. RGB value is (221,222,231). Sum of RGB (Red+Green+Blue) = 221+222+231=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEE7 is #222118. Grayscale: #DEDEDE. Windows color (decimal): -2236697 or 15195869. OLE color: 15195869.

HSL color Cylindrical-coordinate representation of color #DDDEE7: hue angle of 234º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDDEE7 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221222231-
CMYK0.040.0400.09
HSL234º17.24%88.63%-
HSV(B)234º4.33%90.59%-
XYZ70.3673.3886.06-
YUV222.73132.67126.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 231 (90.62% from 255) = 34.27%
R=32.79%
G=32.94%
B=34.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212222310.040.0400.0923417.2488.63
HexDDDEE74409ea1159
Octal3353363474401135221131
Binary1101110111011110111001111001000100111101010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEE7; }

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

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

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

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

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

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

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

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