#DDDAEB

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

Shades of Quartz #DDDAEB

Tints of Quartz #DDDAEB

Color information

#DDDAEB (or 0xDDDAEB) is unknown color: approx Quartz. HEX triplet: DD, DA and EB. RGB value is (221,218,235). Sum of RGB (Red+Green+Blue) = 221+218+235=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAEB is #222514. Grayscale: #DCDCDC. Windows color (decimal): -2237717 or 15456989. OLE color: 15456989.

HSL color Cylindrical-coordinate representation of color #DDDAEB: hue angle of 250.59º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDDAEB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221218235-
CMYK0.060.0700.08
HSL250.59º29.82%88.82%-
HSV(B)250.59º7.23%92.16%-
XYZ69.8971.5188.72-
YUV220.83135.99128.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=32.79%
G=32.34%
B=34.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212182350.060.0700.08250.5929.8288.82
HexDDDAEB6708fb1e59
Octal3353323536701037336131
Binary1101110111011010111010111101110100011111011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAEB; }

 p { color: rgb(221,218,235); }

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

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

 a { background-color: rgb(221,218,235); }

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

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

 span { border-color: rgb(221,218,235); }

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