#DDDFEB

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

Shades of Quartz #DDDFEB

Tints of Quartz #DDDFEB

Color information

#DDDFEB (or 0xDDDFEB) is unknown color: approx Quartz. HEX triplet: DD, DF and EB. RGB value is (221,223,235). Sum of RGB (Red+Green+Blue) = 221+223+235=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFEB is #222014. Grayscale: #DFDFDF. Windows color (decimal): -2236437 or 15458269. OLE color: 15458269.

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

Color convert

RGB221223235-
CMYK0.060.0500.08
HSL231.43º25.93%89.41%-
HSV(B)231.43º5.96%92.16%-
XYZ71.274.1589.16-
YUV223.77134.34126.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 223 (87.5% from 255) = 32.84%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=32.55%
G=32.84%
B=34.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212232350.060.0500.08231.4325.9389.41
HexDDDFEB6508e71a59
Octal3353373536501034732131
Binary1101110111011111111010111101010100011100111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFEB; }

 p { color: rgb(221,223,235); }

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

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

 a { background-color: rgb(221,223,235); }

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

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

 span { border-color: rgb(221,223,235); }

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