#DFDDFB

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

Shades of Quartz #DFDDFB

Tints of Quartz #DFDDFB

Color information

#DFDDFB (or 0xDFDDFB) is unknown color: approx Quartz. HEX triplet: DF, DD and FB. RGB value is (223,221,251). Sum of RGB (Red+Green+Blue) = 223+221+251=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDFB is #202204. Grayscale: #E0E0E0. Windows color (decimal): -2105861 or 16506335. OLE color: 16506335.

HSL color Cylindrical-coordinate representation of color #DFDDFB: hue angle of 244º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDDFB is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223221251-
CMYK0.110.1200.02
HSL244º78.95%92.55%-
HSV(B)244º11.95%98.43%-
XYZ73.774.37101.74-
YUV225.02142.66126.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.09%
GREEN value IS 221 (86.72% from 255) = 31.80%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=32.09%
G=31.80%
B=36.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232212510.110.1200.0224478.9592.55
HexDFDDFBBC02f44f5d
Octal337335373131402364117135
Binary110111111101110111111011101111000101111010010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDFB; }

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

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

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

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

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

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

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

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