#DDD7F0

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

Shades of Quartz #DDD7F0

Tints of Quartz #DDD7F0

Color information

#DDD7F0 (or 0xDDD7F0) is unknown color: approx Quartz. HEX triplet: DD, D7 and F0. RGB value is (221,215,240). Sum of RGB (Red+Green+Blue) = 221+215+240=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDD7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7F0 is #22280F. Grayscale: #DBDBDB. Windows color (decimal): -2238480 or 15783901. OLE color: 15783901.

HSL color Cylindrical-coordinate representation of color #DDD7F0: hue angle of 254.4º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD7F0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221215240-
CMYK0.080.1000.06
HSL254.4º45.45%89.22%-
HSV(B)254.4º10.42%94.12%-
XYZ69.8570.2692.32-
YUV219.64139.49128.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 215 (84.38% from 255) = 31.80%
BLUE value IS 240 (94.14% from 255) = 35.50%
R=32.69%
G=31.80%
B=35.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212152400.080.1000.06254.445.4589.22
HexDDD7F08A06fe2d59
Octal33532736010120637655131
Binary110111011101011111110000100010100110111111101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7F0; }

 p { color: rgb(221,215,240); }

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

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

 a { background-color: rgb(221,215,240); }

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

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

 span { border-color: rgb(221,215,240); }

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