#D3CEEB

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

Shades of Quartz #D3CEEB

Tints of Quartz #D3CEEB

Color information

#D3CEEB (or 0xD3CEEB) is unknown color: approx Quartz. HEX triplet: D3, CE and EB. RGB value is (211,206,235). Sum of RGB (Red+Green+Blue) = 211+206+235=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEEB is #2C3114. Grayscale: #D2D2D2. Windows color (decimal): -2896149 or 15453907. OLE color: 15453907.

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

Color convert

RGB211206235-
CMYK0.100.1200.08
HSL250.34º42.03%86.47%-
HSV(B)250.34º12.34%92.16%-
XYZ63.9363.9987.58-
YUV210.8141.66128.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.36%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=32.36%
G=31.60%
B=36.04%

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
Decimal2112062350.100.1200.08250.3442.0386.47
HexD3CEEBAC08fa2a56
Octal323316353121401037252126
Binary1101001111001110111010111010110001000111110101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CEEB; }

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

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

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

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

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

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

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

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