#D3CFEB

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

Shades of Quartz #D3CFEB

Tints of Quartz #D3CFEB

Color information

#D3CFEB (or 0xD3CFEB) is unknown color: approx Quartz. HEX triplet: D3, CF and EB. RGB value is (211,207,235). Sum of RGB (Red+Green+Blue) = 211+207+235=653 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.31% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFEB is #2C3014. Grayscale: #D3D3D3. Windows color (decimal): -2895893 or 15454163. OLE color: 15454163.

HSL color Cylindrical-coordinate representation of color #D3CFEB: hue angle of 248.57º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3CFEB is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211207235-
CMYK0.100.1200.08
HSL248.57º41.18%86.67%-
HSV(B)248.57º11.91%92.16%-
XYZ64.1764.4787.66-
YUV211.39141.33127.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.31%
GREEN value IS 207 (81.25% from 255) = 31.70%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=32.31%
G=31.70%
B=35.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2112072350.100.1200.08248.5741.1886.67
HexD3CFEBAC08f92957
Octal323317353121401037151127
Binary1101001111001111111010111010110001000111110011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CFEB; }

 p { color: rgb(211,207,235); }

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

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

 a { background-color: rgb(211,207,235); }

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

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

 span { border-color: rgb(211,207,235); }

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