#D2CFF0

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

Shades of Quartz #D2CFF0

Tints of Quartz #D2CFF0

Color information

#D2CFF0 (or 0xD2CFF0) is unknown color: approx Quartz. HEX triplet: D2, CF and F0. RGB value is (210,207,240). Sum of RGB (Red+Green+Blue) = 210+207+240=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2CFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFF0 is #2D300F. Grayscale: #D3D3D3. Windows color (decimal): -2961424 or 15781842. OLE color: 15781842.

HSL color Cylindrical-coordinate representation of color #D2CFF0: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2CFF0 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB210207240-
CMYK0.120.1400.06
HSL245.45º52.38%87.65%-
HSV(B)245.45º13.75%94.12%-
XYZ64.6264.6291.5-
YUV211.66143.99126.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.96%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 240 (94.14% from 255) = 36.53%
R=31.96%
G=31.51%
B=36.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102072400.120.1400.06245.4552.3887.65
HexD2CFF0CE06f53458
Octal32231736014160636564130
Binary110100101100111111110000110011100110111101011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CFF0; }

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

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

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

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

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

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

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

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