#DFDCFB

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

Shades of Quartz #DFDCFB

Tints of Quartz #DFDCFB

Color information

#DFDCFB (or 0xDFDCFB) is unknown color: approx Quartz. HEX triplet: DF, DC and FB. RGB value is (223,220,251). Sum of RGB (Red+Green+Blue) = 223+220+251=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCFB is #202304. Grayscale: #E0E0E0. Windows color (decimal): -2106117 or 16506079. OLE color: 16506079.

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

Color convert

RGB223220251-
CMYK0.110.1200.02
HSL245.81º79.49%92.35%-
HSV(B)245.81º12.35%98.43%-
XYZ73.4473.84101.65-
YUV224.43142.99126.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.13%
GREEN value IS 220 (86.33% from 255) = 31.70%
BLUE value IS 251 (98.44% from 255) = 36.17%
R=32.13%
G=31.70%
B=36.17%

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
Decimal2232202510.110.1200.02245.8179.4992.35
HexDFDCFBBC02f64f5c
Octal337334373131402366117134
Binary110111111101110011111011101111000101111011010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCFB; }

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

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

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

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

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

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

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

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