#DDDEF5

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

Shades of Quartz #DDDEF5

Tints of Quartz #DDDEF5

Color information

#DDDEF5 (or 0xDDDEF5) is unknown color: approx Quartz. HEX triplet: DD, DE and F5. RGB value is (221,222,245). Sum of RGB (Red+Green+Blue) = 221+222+245=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 245 (96.09% from 255 or 35.61% from 688); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDDEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEF5 is #22210A. Grayscale: #E0E0E0. Windows color (decimal): -2236683 or 16113373. OLE color: 16113373.

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

Color convert

RGB221222245-
CMYK0.100.0900.04
HSL237.5º54.55%91.37%-
HSV(B)237.5º9.8%96.08%-
XYZ72.4274.2196.89-
YUV224.32139.67125.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 222 (87.11% from 255) = 32.27%
BLUE value IS 245 (96.09% from 255) = 35.61%
R=32.12%
G=32.27%
B=35.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212222450.100.0900.04237.554.5591.37
HexDDDEF5A904ee375b
Octal33533636512110435667133
Binary110111011101111011110101101010010100111011101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEF5; }

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

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

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

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

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

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

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

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