#DDD8F1

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

Shades of Quartz #DDD8F1

Tints of Quartz #DDD8F1

Color information

#DDD8F1 (or 0xDDD8F1) is unknown color: approx Quartz. HEX triplet: DD, D8 and F1. RGB value is (221,216,241). Sum of RGB (Red+Green+Blue) = 221+216+241=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDD8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8F1 is #22270E. Grayscale: #DCDCDC. Windows color (decimal): -2238223 or 15849693. OLE color: 15849693.

HSL color Cylindrical-coordinate representation of color #DDD8F1: hue angle of 252º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD8F1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221216241-
CMYK0.080.1000.05
HSL252º47.17%89.61%-
HSV(B)252º10.37%94.51%-
XYZ70.2570.8393.19-
YUV220.34139.66128.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 216 (84.77% from 255) = 31.86%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=32.60%
G=31.86%
B=35.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212162410.080.1000.0525247.1789.61
HexDDD8F18A05fc2f5a
Octal33533036110120537457132
Binary110111011101100011110001100010100101111111001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8F1; }

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

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

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

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

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

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

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

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