#DCDFFB

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

Shades of Quartz #DCDFFB

Tints of Quartz #DCDFFB

Color information

#DCDFFB (or 0xDCDFFB) is unknown color: approx Quartz. HEX triplet: DC, DF and FB. RGB value is (220,223,251). Sum of RGB (Red+Green+Blue) = 220+223+251=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 223 (87.5% from 255 or 32.13% 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 #DCDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFFB is #232004. Grayscale: #E1E1E1. Windows color (decimal): -2301957 or 16506844. OLE color: 16506844.

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

Color convert

RGB220223251-
CMYK0.120.1100.02
HSL234.19º79.49%92.35%-
HSV(B)234.19º12.35%98.43%-
XYZ73.3274.96101.87-
YUV225.3142.51124.22-

RGB Variations

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

RGB

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

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
Decimal2202232510.120.1100.02234.1979.4992.35
HexDCDFFBCB02ea4f5c
Octal334337373141302352117134
Binary110111001101111111111011110010110101110101010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFFB; }

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

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

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

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

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

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

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

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