#DCCFFF

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

Shades of Quartz #DCCFFF

Tints of Quartz #DCCFFF

Color information

#DCCFFF (or 0xDCCFFF) is unknown color: approx Quartz. HEX triplet: DC, CF and FF. RGB value is (220,207,255). Sum of RGB (Red+Green+Blue) = 220+207+255=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCCFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFFF is #233000. Grayscale: #D8D8D8. Windows color (decimal): -2306049 or 16764892. OLE color: 16764892.

HSL color Cylindrical-coordinate representation of color #DCCFFF: hue angle of 256.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCCFFF is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220207255-
CMYK0.140.1900
HSL256.25º100%90.59%-
HSV(B)256.25º18.82%100%-
XYZ69.8867.06103.87-
YUV216.36149.81130.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 207 (81.25% from 255) = 30.35%
BLUE value IS 255 (100% from 255) = 37.39%
R=32.26%
G=30.35%
B=37.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202072550.140.1900256.2510090.59
HexDCCFFFE1300100645b
Octal334317377162300400144133
Binary1101110011001111111111111110100110010000000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFFF; }

 p { color: rgb(220,207,255); }

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

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

 a { background-color: rgb(220,207,255); }

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

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

 span { border-color: rgb(220,207,255); }

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