#D2CFEF

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

Shades of Quartz #D2CFEF

Tints of Quartz #D2CFEF

Color information

#D2CFEF (or 0xD2CFEF) is unknown color: approx Quartz. HEX triplet: D2, CF and EF. RGB value is (210,207,239). Sum of RGB (Red+Green+Blue) = 210+207+239=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFEF is #2D3010. Grayscale: #D3D3D3. Windows color (decimal): -2961425 or 15716306. OLE color: 15716306.

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

Color convert

RGB210207239-
CMYK0.120.1300.06
HSL245.62º50%87.45%-
HSV(B)245.62º13.39%93.73%-
XYZ64.4764.5690.72-
YUV211.54143.49126.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.01%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=32.01%
G=31.55%
B=36.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102072390.120.1300.06245.625087.45
HexD2CFEFCD06f63257
Octal32231735714150636662127
Binary110100101100111111101111110011010110111101101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CFEF; }

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

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

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

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

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

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

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

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