#D7CFFA

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

Shades of Quartz #D7CFFA

Tints of Quartz #D7CFFA

Color information

#D7CFFA (or 0xD7CFFA) is unknown color: approx Quartz. HEX triplet: D7, CF and FA. RGB value is (215,207,250). Sum of RGB (Red+Green+Blue) = 215+207+250=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CFFA is #283005. Grayscale: #D6D6D6. Windows color (decimal): -2633734 or 16437207. OLE color: 16437207.

HSL color Cylindrical-coordinate representation of color #D7CFFA: hue angle of 251.16º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7CFFA is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215207250-
CMYK0.140.1700.02
HSL251.16º81.13%89.61%-
HSV(B)251.16º17.2%98.04%-
XYZ67.5965.9799.61-
YUV214.29148.15128.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.99%
GREEN value IS 207 (81.25% from 255) = 30.80%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=31.99%
G=30.80%
B=37.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152072500.140.1700.02251.1681.1389.61
HexD7CFFAE1102fb515a
Octal327317372162102373121132
Binary1101011111001111111110101110100010101111101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CFFA; }

 p { color: rgb(215,207,250); }

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

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

 a { background-color: rgb(215,207,250); }

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

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

 span { border-color: rgb(215,207,250); }

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