#D1CFF2

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

Shades of Quartz #D1CFF2

Tints of Quartz #D1CFF2

Color information

#D1CFF2 (or 0xD1CFF2) is unknown color: approx Quartz. HEX triplet: D1, CF and F2. RGB value is (209,207,242). Sum of RGB (Red+Green+Blue) = 209+207+242=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFF2 is #2E300D. Grayscale: #D3D3D3. Windows color (decimal): -3026958 or 15912913. OLE color: 15912913.

HSL color Cylindrical-coordinate representation of color #D1CFF2: hue angle of 243.43º degrees, saturation: 0.57, 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 #D1CFF2 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209207242-
CMYK0.140.1400.05
HSL243.43º57.38%88.04%-
HSV(B)243.43º14.46%94.9%-
XYZ64.6364.5993.07-
YUV211.59145.16126.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.76%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 242 (94.92% from 255) = 36.78%
R=31.76%
G=31.46%
B=36.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092072420.140.1400.05243.4357.3888.04
HexD1CFF2EE05f33958
Octal32131736216160536371130
Binary110100011100111111110010111011100101111100111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFF2; }

 p { color: rgb(209,207,242); }

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

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

 a { background-color: rgb(209,207,242); }

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

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

 span { border-color: rgb(209,207,242); }

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