#DDDFFB

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

Shades of Quartz #DDDFFB

Tints of Quartz #DDDFFB

Color information

#DDDFFB (or 0xDDDFFB) is unknown color: approx Quartz. HEX triplet: DD, DF and FB. RGB value is (221,223,251). Sum of RGB (Red+Green+Blue) = 221+223+251=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 223 (87.5% from 255 or 32.09% 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 #DDDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFFB is #222004. Grayscale: #E1E1E1. Windows color (decimal): -2236421 or 16506845. OLE color: 16506845.

HSL color Cylindrical-coordinate representation of color #DDDFFB: hue angle of 236º 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 #DDDFFB is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221223251-
CMYK0.120.1100.02
HSL236º78.95%92.55%-
HSV(B)236º11.95%98.43%-
XYZ73.6275.11101.88-
YUV225.59142.34124.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212232510.120.1100.0223678.9592.55
HexDDDFFBCB02ec4f5d
Octal335337373141302354117135
Binary110111011101111111111011110010110101110110010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFFB; }

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

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

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

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

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

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

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

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