#D1CFEA

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

Shades of Quartz #D1CFEA

Tints of Quartz #D1CFEA

Color information

#D1CFEA (or 0xD1CFEA) is unknown color: approx Quartz. HEX triplet: D1, CF and EA. RGB value is (209,207,234). Sum of RGB (Red+Green+Blue) = 209+207+234=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFEA is #2E3015. Grayscale: #D2D2D2. Windows color (decimal): -3026966 or 15388625. OLE color: 15388625.

HSL color Cylindrical-coordinate representation of color #D1CFEA: hue angle of 244.44º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1CFEA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209207234-
CMYK0.110.1200.08
HSL244.44º39.13%86.47%-
HSV(B)244.44º11.54%91.76%-
XYZ63.4664.1286.87-
YUV210.68141.16126.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.15%
GREEN value IS 207 (81.25% from 255) = 31.85%
BLUE value IS 234 (91.80% from 255) = 36%
R=32.15%
G=31.85%
B=36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092072340.110.1200.08244.4439.1386.47
HexD1CFEABC08f42756
Octal321317352131401036447126
Binary1101000111001111111010101011110001000111101001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFEA; }

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

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

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

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

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

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

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

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