#D5CFF1

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

Shades of Quartz #D5CFF1

Tints of Quartz #D5CFF1

Color information

#D5CFF1 (or 0xD5CFF1) is unknown color: approx Quartz. HEX triplet: D5, CF and F1. RGB value is (213,207,241). Sum of RGB (Red+Green+Blue) = 213+207+241=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CFF1 is #2A300E. Grayscale: #D4D4D4. Windows color (decimal): -2764815 or 15847381. OLE color: 15847381.

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

Color convert

RGB213207241-
CMYK0.120.1400.05
HSL250.59º54.84%87.84%-
HSV(B)250.59º14.11%94.51%-
XYZ65.6365.1292.33-
YUV212.67143.99128.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.22%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 241 (94.53% from 255) = 36.46%
R=32.22%
G=31.32%
B=36.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132072410.120.1400.05250.5954.8487.84
HexD5CFF1CE05fb3758
Octal32531736114160537367130
Binary110101011100111111110001110011100101111110111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CFF1; }

 p { color: rgb(213,207,241); }

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

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

 a { background-color: rgb(213,207,241); }

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

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

 span { border-color: rgb(213,207,241); }

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