#DDD6F8

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

Shades of Quartz #DDD6F8

Tints of Quartz #DDD6F8

Color information

#DDD6F8 (or 0xDDD6F8) is unknown color: approx Quartz. HEX triplet: DD, D6 and F8. RGB value is (221,214,248). Sum of RGB (Red+Green+Blue) = 221+214+248=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 214 (83.98% from 255 or 31.33% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDD6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6F8 is #222907. Grayscale: #DBDBDB. Windows color (decimal): -2238728 or 16307933. OLE color: 16307933.

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

Color convert

RGB221214248-
CMYK0.110.1400.03
HSL252.35º70.83%90.59%-
HSV(B)252.35º13.71%97.25%-
XYZ70.8170.2498.63-
YUV219.97143.82128.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 214 (83.98% from 255) = 31.33%
BLUE value IS 248 (97.27% from 255) = 36.31%
R=32.36%
G=31.33%
B=36.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212142480.110.1400.03252.3570.8390.59
HexDDD6F8BE03fc475b
Octal335326370131603374107133
Binary110111011101011011111000101111100111111110010001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6F8; }

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

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

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

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

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

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

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

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