#D2CFEB

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

Shades of Quartz #D2CFEB

Tints of Quartz #D2CFEB

Color information

#D2CFEB (or 0xD2CFEB) is unknown color: approx Quartz. HEX triplet: D2, CF and EB. RGB value is (210,207,235). Sum of RGB (Red+Green+Blue) = 210+207+235=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 207 (81.25% from 255 or 31.75% 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 #D2CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFEB is #2D3014. Grayscale: #D2D2D2. Windows color (decimal): -2961429 or 15454162. OLE color: 15454162.

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

Color convert

RGB210207235-
CMYK0.110.1200.08
HSL246.43º41.18%86.67%-
HSV(B)246.43º11.91%92.16%-
XYZ63.8964.3387.65-
YUV211.09141.49127.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.21%
GREEN value IS 207 (81.25% from 255) = 31.75%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=32.21%
G=31.75%
B=36.04%

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
Decimal2102072350.110.1200.08246.4341.1886.67
HexD2CFEBBC08f62957
Octal322317353131401036651127
Binary1101001011001111111010111011110001000111101101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CFEB; }

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

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

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

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

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

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

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

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