#D7CFF3

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

Shades of Quartz #D7CFF3

Tints of Quartz #D7CFF3

Color information

#D7CFF3 (or 0xD7CFF3) is unknown color: approx Quartz. HEX triplet: D7, CF and F3. RGB value is (215,207,243). Sum of RGB (Red+Green+Blue) = 215+207+243=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #D7CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CFF3 is #28300C. Grayscale: #D5D5D5. Windows color (decimal): -2633741 or 15978455. OLE color: 15978455.

HSL color Cylindrical-coordinate representation of color #D7CFF3: hue angle of 253.33º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7CFF3 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215207243-
CMYK0.120.1500.05
HSL253.33º60%88.24%-
HSV(B)253.33º14.81%95.29%-
XYZ66.5165.5493.94-
YUV213.5144.65129.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.33%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=32.33%
G=31.13%
B=36.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152072430.120.1500.05253.336088.24
HexD7CFF3CF05fd3c58
Octal32731736314170537574130
Binary110101111100111111110011110011110101111111011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CFF3; }

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

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

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

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

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

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

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

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