#D2CEEB

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

Shades of Quartz #D2CEEB

Tints of Quartz #D2CEEB

Color information

#D2CEEB (or 0xD2CEEB) is unknown color: approx Quartz. HEX triplet: D2, CE and EB. RGB value is (210,206,235). Sum of RGB (Red+Green+Blue) = 210+206+235=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEEB is #2D3114. Grayscale: #D2D2D2. Windows color (decimal): -2961685 or 15453906. OLE color: 15453906.

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

Color convert

RGB210206235-
CMYK0.110.1200.08
HSL248.28º42.03%86.47%-
HSV(B)248.28º12.34%92.16%-
XYZ63.6563.8487.57-
YUV210.5141.83127.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.26%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=32.26%
G=31.64%
B=36.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102062350.110.1200.08248.2842.0386.47
HexD2CEEBBC08f82a56
Octal322316353131401037052126
Binary1101001011001110111010111011110001000111110001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEEB; }

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

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

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

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

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

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

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

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