#D3CEF2

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

Shades of Quartz #D3CEF2

Tints of Quartz #D3CEF2

Color information

#D3CEF2 (or 0xD3CEF2) is unknown color: approx Quartz. HEX triplet: D3, CE and F2. RGB value is (211,206,242). Sum of RGB (Red+Green+Blue) = 211+206+242=659 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.02% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #D3CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEF2 is #2C310D. Grayscale: #D3D3D3. Windows color (decimal): -2896142 or 15912659. OLE color: 15912659.

HSL color Cylindrical-coordinate representation of color #D3CEF2: hue angle of 248.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3CEF2 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB211206242-
CMYK0.130.1500.05
HSL248.33º58.06%87.84%-
HSV(B)248.33º14.88%94.9%-
XYZ64.9664.493.01-
YUV211.6145.16127.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.02%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 242 (94.92% from 255) = 36.72%
R=32.02%
G=31.26%
B=36.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2112062420.130.1500.05248.3358.0687.84
HexD3CEF2DF05f83a58
Octal32331636215170537072130
Binary110100111100111011110010110111110101111110001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CEF2; }

 p { color: rgb(211,206,242); }

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

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

 a { background-color: rgb(211,206,242); }

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

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

 span { border-color: rgb(211,206,242); }

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