#DDDBE4

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

Shades of Quartz #DDDBE4

Tints of Quartz #DDDBE4

Color information

#DDDBE4 (or 0xDDDBE4) is unknown color: approx Quartz. HEX triplet: DD, DB and E4. RGB value is (221,219,228). Sum of RGB (Red+Green+Blue) = 221+219+228=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDDBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBE4 is #22241B. Grayscale: #DCDCDC. Windows color (decimal): -2237468 or 14998493. OLE color: 14998493.

HSL color Cylindrical-coordinate representation of color #DDDBE4: hue angle of 253.33º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDDBE4 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221219228-
CMYK0.030.0400.11
HSL253.33º14.29%87.65%-
HSV(B)253.33º3.95%89.41%-
XYZ69.1571.6483.58-
YUV220.62132.16128.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 219 (85.94% from 255) = 32.78%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=33.08%
G=32.78%
B=34.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212192280.030.0400.11253.3314.2987.65
HexDDDBE4340Bfde58
Octal3353333443401337516130
Binary11011101110110111110010011100010111111110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBE4; }

 p { color: rgb(221,219,228); }

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

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

 a { background-color: rgb(221,219,228); }

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

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

 span { border-color: rgb(221,219,228); }

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