#DDD6F1

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

Shades of Quartz #DDD6F1

Tints of Quartz #DDD6F1

Color information

#DDD6F1 (or 0xDDD6F1) is unknown color: approx Quartz. HEX triplet: DD, D6 and F1. RGB value is (221,214,241). Sum of RGB (Red+Green+Blue) = 221+214+241=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDD6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6F1 is #22290E. Grayscale: #DBDBDB. Windows color (decimal): -2238735 or 15849181. OLE color: 15849181.

HSL color Cylindrical-coordinate representation of color #DDD6F1: hue angle of 255.56º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD6F1 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221214241-
CMYK0.080.1100.05
HSL255.56º49.09%89.22%-
HSV(B)255.56º11.2%94.51%-
XYZ69.7469.8293.02-
YUV219.17140.32129.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 214 (83.98% from 255) = 31.66%
BLUE value IS 241 (94.53% from 255) = 35.65%
R=32.69%
G=31.66%
B=35.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212142410.080.1100.05255.5649.0989.22
HexDDD6F18B051003159
Octal33532636110130540061131
Binary1101110111010110111100011000101101011000000001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6F1; }

 p { color: rgb(221,214,241); }

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

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

 a { background-color: rgb(221,214,241); }

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

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

 span { border-color: rgb(221,214,241); }

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