#DDDEF0

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

Shades of Quartz #DDDEF0

Tints of Quartz #DDDEF0

Color information

#DDDEF0 (or 0xDDDEF0) is unknown color: approx Quartz. HEX triplet: DD, DE and F0. RGB value is (221,222,240). Sum of RGB (Red+Green+Blue) = 221+222+240=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDDEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEF0 is #22210F. Grayscale: #DFDFDF. Windows color (decimal): -2236688 or 15785693. OLE color: 15785693.

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

Color convert

RGB221222240-
CMYK0.080.0800.06
HSL236.84º38.78%90.39%-
HSV(B)236.84º7.92%94.12%-
XYZ71.6773.9192.93-
YUV223.75137.17126.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 240 (94.14% from 255) = 35.14%
R=32.36%
G=32.50%
B=35.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212222400.080.0800.06236.8438.7890.39
HexDDDEF08806ed275a
Octal33533636010100635547132
Binary110111011101111011110000100010000110111011011001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEF0; }

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

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

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

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

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

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

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

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