#D4CFEC

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

Shades of Quartz #D4CFEC

Tints of Quartz #D4CFEC

Color information

#D4CFEC (or 0xD4CFEC) is unknown color: approx Quartz. HEX triplet: D4, CF and EC. RGB value is (212,207,236). Sum of RGB (Red+Green+Blue) = 212+207+236=655 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.37% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFEC is #2B3013. Grayscale: #D3D3D3. Windows color (decimal): -2830356 or 15519700. OLE color: 15519700.

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

Color convert

RGB212207236-
CMYK0.100.1200.07
HSL250.34º43.28%86.86%-
HSV(B)250.34º12.29%92.55%-
XYZ64.664.6888.44-
YUV211.8141.66128.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.37%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=32.37%
G=31.60%
B=36.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122072360.100.1200.07250.3443.2886.86
HexD4CFECAC07fa2b57
Octal32431735412140737253127
Binary110101001100111111101100101011000111111110101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CFEC; }

 p { color: rgb(212,207,236); }

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

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

 a { background-color: rgb(212,207,236); }

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

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

 span { border-color: rgb(212,207,236); }

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