#DDDBEE

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

Shades of Quartz #DDDBEE

Tints of Quartz #DDDBEE

Color information

#DDDBEE (or 0xDDDBEE) is unknown color: approx Quartz. HEX triplet: DD, DB and EE. RGB value is (221,219,238). Sum of RGB (Red+Green+Blue) = 221+219+238=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBEE is #222411. Grayscale: #DDDDDD. Windows color (decimal): -2237458 or 15653853. OLE color: 15653853.

HSL color Cylindrical-coordinate representation of color #DDDBEE: hue angle of 246.32º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDBEE is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221219238-
CMYK0.070.0800.07
HSL246.32º35.85%89.61%-
HSV(B)246.32º7.98%93.33%-
XYZ70.5872.2191.11-
YUV221.76137.16127.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 219 (85.94% from 255) = 32.30%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=32.60%
G=32.30%
B=35.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212192380.070.0800.07246.3235.8589.61
HexDDDBEE7807f6245a
Octal3353333567100736644132
Binary11011101110110111110111011110000111111101101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBEE; }

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

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

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

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

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

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

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

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